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

/linux-master/block/
H A Dblk-cgroup-rwstat.h12 BLKG_RWSTAT_READ, enumerator in enum:blkg_rwstat_type
71 cnt = &rwstat->cpu_cnt[BLKG_RWSTAT_READ];
112 return tmp.cnt[BLKG_RWSTAT_READ] + tmp.cnt[BLKG_RWSTAT_WRITE];
H A Dblk-cgroup-rwstat.c46 [BLKG_RWSTAT_READ] = "Read",
63 v = rwstat->cnt[BLKG_RWSTAT_READ] +
H A Dbfq-cgroup.c1248 (tmp.cnt[BLKG_RWSTAT_READ] + tmp.cnt[BLKG_RWSTAT_WRITE]) >> 9);

Completed in 133 milliseconds