Searched refs:stat_bytes (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/block/ |
D | blk-cgroup.c | 83 blkg_rwstat_exit(&blkg->stat_bytes); in blkg_free() 106 if (blkg_rwstat_init(&blkg->stat_bytes, gfp_mask) || in blkg_alloc() 334 blkg_rwstat_add_aux(&parent->stat_bytes, &blkg->stat_bytes); in blkg_destroy() 457 blkg_rwstat_reset(&blkg->stat_bytes); in blkcg_reset_stats() 631 offsetof(struct blkcg_gq, stat_bytes), true); in blkg_print_stat_bytes() 672 offsetof(struct blkcg_gq, stat_bytes), true); in blkg_print_stat_bytes_recursive() 973 offsetof(struct blkcg_gq, stat_bytes)); in blkcg_print_stat()
|
D | bfq-cgroup.c | 971 u64 sum = blkg_rwstat_total(&pd->blkg->stat_bytes); in bfqg_prfill_sectors() 987 offsetof(struct blkcg_gq, stat_bytes)); in bfqg_prfill_sectors_recursive()
|
D | cfq-iosched.c | 1930 u64 sum = blkg_rwstat_total(&pd->blkg->stat_bytes); in cfqg_prfill_sectors() 1946 offsetof(struct blkcg_gq, stat_bytes)); in cfqg_prfill_sectors_recursive()
|
/Linux-v4.19/include/linux/ |
D | blk-cgroup.h | 134 struct blkg_rwstat stat_bytes; member 832 blkg_rwstat_add(&blkg->stat_bytes, bio->bi_opf, in blkcg_bio_issue_check()
|