Lines Matching refs:idle
27 u64 idle, idle_usecs = -1ULL;
33 /* !NO_HZ or cpu offline so we can rely on cpustat.idle */
34 idle = kcs->cpustat[CPUTIME_IDLE];
36 idle = idle_usecs * NSEC_PER_USEC;
38 return idle;
85 u64 user, nice, system, idle, iowait, irq, softirq, steal;
92 user = nice = system = idle = iowait =
108 idle += get_idle_time(&kcpustat, i);
130 seq_put_decimal_ull(p, " ", nsec_to_clock_t(idle));
149 idle = get_idle_time(&kcpustat, i);
160 seq_put_decimal_ull(p, " ", nsec_to_clock_t(idle));