Lines Matching refs:iowait
36 cputime64_t iowait; in get_iowait_time() local
38 iowait = kcpustat_cpu(cpu).cpustat[CPUTIME_IOWAIT]; in get_iowait_time()
40 iowait += arch_idle_time(cpu); in get_iowait_time()
41 return iowait; in get_iowait_time()
64 u64 iowait, iowait_time = -1ULL; in get_iowait_time() local
71 iowait = kcpustat_cpu(cpu).cpustat[CPUTIME_IOWAIT]; in get_iowait_time()
73 iowait = usecs_to_cputime64(iowait_time); in get_iowait_time()
75 return iowait; in get_iowait_time()
84 u64 user, nice, system, idle, iowait, irq, softirq, steal; in show_stat() local
91 user = nice = system = idle = iowait = in show_stat()
102 iowait += get_iowait_time(i); in show_stat()
125 seq_put_decimal_ull(p, ' ', cputime64_to_clock_t(iowait)); in show_stat()
139 iowait = get_iowait_time(i); in show_stat()
150 seq_put_decimal_ull(p, ' ', cputime64_to_clock_t(iowait)); in show_stat()