Lines Matching refs:idle
28 u64 idle; in get_idle_time() local
30 idle = kcs->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 = kcs->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()
110 u64 user, nice, system, idle, iowait, irq, softirq, steal; in show_stat() local
117 user = nice = system = idle = iowait = in show_stat()
131 idle += get_idle_time(&kcpustat, i); in show_stat()
153 seq_put_decimal_ull(p, " ", nsec_to_clock_t(idle)); in show_stat()
172 idle = get_idle_time(&kcpustat, i); in show_stat()
183 seq_put_decimal_ull(p, " ", nsec_to_clock_t(idle)); in show_stat()