Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dcgroupstats.h36 __u64 nr_io_wait; /* Number of tasks waiting on IO */ member
/linux/tools/accounting/
H A Ddelaytop.c135 int nr_io_wait; /* Number of processes in IO wait */ member
857 container_stats.nr_io_wait = stats.nr_io_wait; in get_container_stats()
935 container_stats.nr_io_wait); in display_results()
H A Dgetdelays.c431 (unsigned long long)c->nr_io_wait, in print_cgroupstats()
/linux/kernel/cgroup/
H A Dcgroup-v1.c761 stats->nr_io_wait++; in cgroupstats_build()