Searched refs:iowait (Results 1 – 1 of 1) sorted by relevance
38 u64 iowait; in get_iowait_time() local40 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() local73 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() local117 user = nice = system = idle = iowait = in show_stat()[all …]