Lines Matching refs:idle
28 u64 idle; in get_idle_time() local
30 idle = kcpustat_cpu(cpu).cpustat[CPUTIME_IDLE]; in get_idle_time()
32 idle += arch_idle_time(cpu); in get_idle_time()
33 return idle; in get_idle_time()
50 u64 idle, idle_usecs = -1ULL; in get_idle_time() local
57 idle = kcpustat_cpu(cpu).cpustat[CPUTIME_IDLE]; in get_idle_time()
59 idle = idle_usecs * NSEC_PER_USEC; in get_idle_time()
61 return idle; in get_idle_time()
85 u64 user, nice, system, idle, iowait, irq, softirq, steal; in show_stat() local
92 user = nice = system = idle = iowait = in show_stat()
101 idle += get_idle_time(i); in show_stat()
123 seq_put_decimal_ull(p, " ", nsec_to_clock_t(idle)); in show_stat()
137 idle = get_idle_time(i); in show_stat()
148 seq_put_decimal_ull(p, " ", nsec_to_clock_t(idle)); in show_stat()