Home
last modified time | relevance | path

Searched refs:iowait_usecs (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/proc/
H A Dstat.c43 u64 iowait, iowait_usecs = -1ULL; in get_iowait_time() local
46 iowait_usecs = get_cpu_iowait_time_us(cpu, NULL); in get_iowait_time()
48 if (iowait_usecs == -1ULL) in get_iowait_time()
52 iowait = iowait_usecs * NSEC_PER_USEC; in get_iowait_time()