Lines Matching refs:iowait
39 u64 iowait; in get_iowait_time() local
41 iowait = kcs->cpustat[CPUTIME_IOWAIT]; in get_iowait_time()
43 iowait += arch_idle_time(cpu); in get_iowait_time()
44 return iowait; in get_iowait_time()
67 u64 iowait, iowait_usecs = -1ULL; in get_iowait_time() local
74 iowait = kcs->cpustat[CPUTIME_IOWAIT]; in get_iowait_time()
76 iowait = iowait_usecs * NSEC_PER_USEC; in get_iowait_time()
78 return iowait; in get_iowait_time()
111 u64 user, nice, system, idle, iowait, irq, softirq, steal; in show_stat() local
118 user = nice = system = idle = iowait = in show_stat()
135 iowait += get_iowait_time(&kcpustat, i); in show_stat()
157 seq_put_decimal_ull(p, " ", nsec_to_clock_t(iowait)); in show_stat()
176 iowait = get_iowait_time(&kcpustat, i); in show_stat()
187 seq_put_decimal_ull(p, " ", nsec_to_clock_t(iowait)); in show_stat()