Home
last modified time | relevance | path

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

/Linux-v4.19/block/
Dblk-cgroup.c82 blkg_rwstat_exit(&blkg->stat_ios); in blkg_free()
107 blkg_rwstat_init(&blkg->stat_ios, gfp_mask)) in blkg_alloc()
335 blkg_rwstat_add_aux(&parent->stat_ios, &blkg->stat_ios); in blkg_destroy()
458 blkg_rwstat_reset(&blkg->stat_ios); in blkcg_reset_stats()
648 offsetof(struct blkcg_gq, stat_ios), true); in blkg_print_stat_ios()
687 offsetof(struct blkcg_gq, stat_ios), true); in blkg_print_stat_ios_recursive()
979 offsetof(struct blkcg_gq, stat_ios)); in blkcg_print_stat()
/Linux-v4.19/include/linux/
Dblk-cgroup.h135 struct blkg_rwstat stat_ios; member
834 blkg_rwstat_add(&blkg->stat_ios, bio->bi_opf, 1); in blkcg_bio_issue_check()