Home
last modified time | relevance | path

Searched refs:steal (Results 1 – 5 of 5) sorted by relevance

/linux-4.19.296/fs/proc/
Dstat.c85 u64 user, nice, system, idle, iowait, irq, softirq, steal; in show_stat() local
93 irq = softirq = steal = 0; in show_stat()
105 steal += kcpustat_cpu(i).cpustat[CPUTIME_STEAL]; in show_stat()
127 seq_put_decimal_ull(p, " ", nsec_to_clock_t(steal)); in show_stat()
141 steal = kcpustat_cpu(i).cpustat[CPUTIME_STEAL]; in show_stat()
152 seq_put_decimal_ull(p, " ", nsec_to_clock_t(steal)); in show_stat()
/linux-4.19.296/include/linux/
Dpipe_fs_i.h106 int (*steal)(struct pipe_inode_info *, struct pipe_buffer *); member
160 return buf->ops->steal(pipe, buf); in pipe_buf_steal()
/linux-4.19.296/fs/
Dpipe.c248 .steal = anon_pipe_buf_steal,
256 .steal = anon_pipe_buf_steal,
264 .steal = anon_pipe_buf_steal,
Dsplice.c144 .steal = page_cache_pipe_buf_steal,
162 .steal = user_page_pipe_buf_steal,
332 .steal = generic_pipe_buf_steal,
347 .steal = generic_pipe_buf_nosteal,
/linux-4.19.296/lib/raid6/
Daltivec.uc21 * you can just "steal" the vec unit with enable_kernel_altivec() (but