Home
last modified time | relevance | path

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

/Linux-v5.10/block/
Dblk-throttle.c182 struct blkg_rwstat stat_ios; member
501 if (blkg_rwstat_init(&tg->stat_ios, gfp)) in throtl_pd_alloc()
633 blkg_rwstat_exit(&tg->stat_ios); in throtl_pd_free()
1556 .private = offsetof(struct throtl_grp, stat_ios),
1561 .private = offsetof(struct throtl_grp, stat_ios),
2193 blkg_rwstat_add(&tg->stat_ios, bio->bi_opf, 1); in blk_throtl_bio()