blkg_rwstat_add   225 block/bfq-cgroup.c 	blkg_rwstat_add(&bfqg->stats.queued, op, 1);
blkg_rwstat_add   233 block/bfq-cgroup.c 	blkg_rwstat_add(&bfqg->stats.queued, op, -1);
blkg_rwstat_add   238 block/bfq-cgroup.c 	blkg_rwstat_add(&bfqg->stats.merged, op, 1);
blkg_rwstat_add   248 block/bfq-cgroup.c 		blkg_rwstat_add(&stats->service_time, op,
blkg_rwstat_add   251 block/bfq-cgroup.c 		blkg_rwstat_add(&stats->wait_time, op,
blkg_rwstat_add   754 include/linux/blk-cgroup.h 			blkg_rwstat_add(&blkg->stat_bytes, bio->bi_opf,
blkg_rwstat_add   756 include/linux/blk-cgroup.h 		blkg_rwstat_add(&blkg->stat_ios, bio->bi_opf, 1);