Searched refs:stat_bytes (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/block/ |
D | blk-cgroup.c | 79 blkg_rwstat_exit(&blkg->stat_bytes); in blkg_free() 102 if (blkg_rwstat_init(&blkg->stat_bytes, gfp_mask) || in blkg_alloc() 329 blkg_rwstat_add_aux(&parent->stat_bytes, &blkg->stat_bytes); in blkg_destroy() 452 blkg_rwstat_reset(&blkg->stat_bytes); in blkcg_reset_stats() 624 offsetof(struct blkcg_gq, stat_bytes), true); in blkg_print_stat_bytes() 665 offsetof(struct blkcg_gq, stat_bytes), true); in blkg_print_stat_bytes_recursive() 879 offsetof(struct blkcg_gq, stat_bytes)); in blkcg_print_stat()
|
D | cfq-iosched.c | 1927 u64 sum = blkg_rwstat_total(&pd->blkg->stat_bytes); in cfqg_prfill_sectors() 1943 offsetof(struct blkcg_gq, stat_bytes)); in cfqg_prfill_sectors_recursive()
|
/linux-4.4.14/include/linux/ |
D | blk-cgroup.h | 130 struct blkg_rwstat stat_bytes; member 716 blkg_rwstat_add(&blkg->stat_bytes, bio->bi_rw, in blkcg_bio_issue_check()
|