Searched refs:BLKG_RWSTAT_WRITE (Results 1 - 3 of 3) sorted by relevance

/linux-master/block/
H A Dblk-cgroup-rwstat.h13 BLKG_RWSTAT_WRITE, enumerator in enum:blkg_rwstat_type
69 cnt = &rwstat->cpu_cnt[BLKG_RWSTAT_WRITE];
112 return tmp.cnt[BLKG_RWSTAT_READ] + tmp.cnt[BLKG_RWSTAT_WRITE];
H A Dblk-cgroup-rwstat.c47 [BLKG_RWSTAT_WRITE] = "Write",
64 rwstat->cnt[BLKG_RWSTAT_WRITE] +
H A Dbfq-cgroup.c1248 (tmp.cnt[BLKG_RWSTAT_READ] + tmp.cnt[BLKG_RWSTAT_WRITE]) >> 9);

Completed in 225 milliseconds