Home
last modified time | relevance | path

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

/Linux-v4.19/block/
Dblk-cgroup.c83 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()
Dbfq-cgroup.c971 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()
Dcfq-iosched.c1930 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/
Dblk-cgroup.h134 struct blkg_rwstat stat_bytes; member
832 blkg_rwstat_add(&blkg->stat_bytes, bio->bi_opf, in blkcg_bio_issue_check()