Searched refs:stat_bytes (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/block/ |
| D | blk-cgroup.c | 84 blkg_rwstat_exit(&blkg->stat_bytes); in blkg_free() 159 if (blkg_rwstat_init(&blkg->stat_bytes, gfp_mask) || in blkg_alloc() 414 blkg_rwstat_add_aux(&parent->stat_bytes, &blkg->stat_bytes); in blkg_destroy() 478 blkg_rwstat_reset(&blkg->stat_bytes); in blkcg_reset_stats() 639 offsetof(struct blkcg_gq, stat_bytes), true); in blkg_print_stat_bytes() 681 offsetof(struct blkcg_gq, stat_bytes), true); in blkg_print_stat_bytes_recursive() 955 offsetof(struct blkcg_gq, stat_bytes), &rwstat); in blkcg_print_stat()
|
| D | bfq-cgroup.c | 1128 u64 sum = blkg_rwstat_total(&pd->blkg->stat_bytes); in bfqg_prfill_sectors() 1146 offsetof(struct blkcg_gq, stat_bytes), &tmp); in bfqg_prfill_sectors_recursive()
|
| /Linux-v5.4/include/linux/ |
| D | blk-cgroup.h | 130 struct blkg_rwstat stat_bytes; member 754 blkg_rwstat_add(&blkg->stat_bytes, bio->bi_opf, in blkcg_bio_issue_check()
|