Home
last modified time | relevance | path

Searched refs:stat_ios (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/block/
Dblk-cgroup.c83 blkg_rwstat_exit(&blkg->stat_ios); in blkg_free()
160 blkg_rwstat_init(&blkg->stat_ios, gfp_mask)) in blkg_alloc()
415 blkg_rwstat_add_aux(&parent->stat_ios, &blkg->stat_ios); in blkg_destroy()
479 blkg_rwstat_reset(&blkg->stat_ios); in blkcg_reset_stats()
656 offsetof(struct blkcg_gq, stat_ios), true); in blkg_print_stat_ios()
696 offsetof(struct blkcg_gq, stat_ios), true); in blkg_print_stat_ios_recursive()
961 offsetof(struct blkcg_gq, stat_ios), &rwstat); in blkcg_print_stat()
/Linux-v5.4/include/linux/
Dblk-cgroup.h131 struct blkg_rwstat stat_ios; member
756 blkg_rwstat_add(&blkg->stat_ios, bio->bi_opf, 1); in blkcg_bio_issue_check()