Home
last modified time | relevance | path

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

/linux-4.4.14/block/
Dblk-cgroup.c79 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()
Dcfq-iosched.c1927 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/
Dblk-cgroup.h130 struct blkg_rwstat stat_bytes; member
716 blkg_rwstat_add(&blkg->stat_bytes, bio->bi_rw, in blkcg_bio_issue_check()