Searched refs:iowait (Results 1 – 1 of 1) sorted by relevance
36 cputime64_t iowait; in get_iowait_time() local38 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() local71 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()83 u64 user, nice, system, idle, iowait, irq, softirq, steal; in show_stat() local90 user = nice = system = idle = iowait = in show_stat()[all …]