Lines Matching refs:iowait
38 u64 iowait; in get_iowait_time() local
40 iowait = kcs->cpustat[CPUTIME_IOWAIT]; in get_iowait_time()
42 iowait += arch_idle_time(cpu); in get_iowait_time()
43 return iowait; in get_iowait_time()
66 u64 iowait, iowait_usecs = -1ULL; in get_iowait_time() local
73 iowait = kcs->cpustat[CPUTIME_IOWAIT]; in get_iowait_time()
75 iowait = iowait_usecs * NSEC_PER_USEC; in get_iowait_time()
77 return iowait; in get_iowait_time()
110 u64 user, nice, system, idle, iowait, irq, softirq, steal; in show_stat() local
117 user = nice = system = idle = iowait = in show_stat()
132 iowait += get_iowait_time(&kcpustat, i); in show_stat()
154 seq_put_decimal_ull(p, " ", nsec_to_clock_t(iowait)); in show_stat()
173 iowait = get_iowait_time(&kcpustat, i); in show_stat()
184 seq_put_decimal_ull(p, " ", nsec_to_clock_t(iowait)); in show_stat()