Lines Matching refs:iowait
38 u64 iowait; in get_iowait_time() local
40 iowait = kcpustat_cpu(cpu).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 = kcpustat_cpu(cpu).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()
85 u64 user, nice, system, idle, iowait, irq, softirq, steal; in show_stat() local
92 user = nice = system = idle = iowait = in show_stat()
102 iowait += get_iowait_time(i); in show_stat()
124 seq_put_decimal_ull(p, " ", nsec_to_clock_t(iowait)); in show_stat()
138 iowait = get_iowait_time(i); in show_stat()
149 seq_put_decimal_ull(p, " ", nsec_to_clock_t(iowait)); in show_stat()