Searched refs:iowait (Results 1 – 2 of 2) sorted by relevance
/fs/proc/ |
D | stat.c | 26 cputime64_t user, nice, system, idle, iowait, irq, softirq, steal; in show_stat() local 32 user = nice = system = idle = iowait = in show_stat() 43 iowait = cputime64_add(iowait, kstat_cpu(i).cpustat.iowait); in show_stat() 60 (unsigned long long)cputime64_to_clock_t(iowait), in show_stat() 72 iowait = kstat_cpu(i).cpustat.iowait; in show_stat() 84 (unsigned long long)cputime64_to_clock_t(iowait), in show_stat()
|
/fs/xfs/linux-2.6/ |
D | xfs_buf.h | 389 int iowait = (bp->b_flags & XBF_ASYNC) == 0; in XFS_bwrite() local 392 if (!iowait) in XFS_bwrite() 397 if (iowait) { in XFS_bwrite()
|