Lines Matching refs:idle
26 cputime64_t idle; in get_idle_time() local
28 idle = kcpustat_cpu(cpu).cpustat[CPUTIME_IDLE]; in get_idle_time()
30 idle += arch_idle_time(cpu); in get_idle_time()
31 return idle; in get_idle_time()
48 u64 idle, idle_time = -1ULL; in get_idle_time() local
55 idle = kcpustat_cpu(cpu).cpustat[CPUTIME_IDLE]; in get_idle_time()
57 idle = usecs_to_cputime64(idle_time); in get_idle_time()
59 return idle; in get_idle_time()
84 u64 user, nice, system, idle, iowait, irq, softirq, steal; in show_stat() local
91 user = nice = system = idle = iowait = in show_stat()
101 idle += get_idle_time(i); in show_stat()
124 seq_put_decimal_ull(p, ' ', cputime64_to_clock_t(idle)); in show_stat()
138 idle = get_idle_time(i); in show_stat()
149 seq_put_decimal_ull(p, ' ', cputime64_to_clock_t(idle)); in show_stat()