Lines Matching refs:idle
29 u64 idle; in get_idle_time() local
31 idle = kcs->cpustat[CPUTIME_IDLE]; in get_idle_time()
33 idle += arch_idle_time(cpu); in get_idle_time()
34 return idle; in get_idle_time()
51 u64 idle, idle_usecs = -1ULL; in get_idle_time() local
58 idle = kcs->cpustat[CPUTIME_IDLE]; in get_idle_time()
60 idle = idle_usecs * NSEC_PER_USEC; in get_idle_time()
62 return idle; in get_idle_time()
111 u64 user, nice, system, idle, iowait, irq, softirq, steal; in show_stat() local
118 user = nice = system = idle = iowait = in show_stat()
134 idle += get_idle_time(&kcpustat, i); in show_stat()
156 seq_put_decimal_ull(p, " ", nsec_to_clock_t(idle)); in show_stat()
175 idle = get_idle_time(&kcpustat, i); in show_stat()
186 seq_put_decimal_ull(p, " ", nsec_to_clock_t(idle)); in show_stat()