Searched refs:steal (Results 1 – 3 of 3) sorted by relevance
/fs/proc/ |
D | stat.c | 26 cputime64_t user, nice, system, idle, iowait, irq, softirq, steal; in show_stat() local 33 irq = softirq = steal = cputime64_zero; in show_stat() 46 steal = cputime64_add(steal, kstat_cpu(i).cpustat.steal); in show_stat() 63 (unsigned long long)cputime64_to_clock_t(steal), in show_stat() 75 steal = kstat_cpu(i).cpustat.steal; in show_stat() 87 (unsigned long long)cputime64_to_clock_t(steal), in show_stat()
|
/fs/ |
D | splice.c | 139 .steal = page_cache_pipe_buf_steal, 159 .steal = user_page_pipe_buf_steal,
|
D | pipe.c | 277 .steal = generic_pipe_buf_steal,
|