Home
last modified time | relevance | path

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

/block/
Dblk-throttle.c185 struct blkg_rwstat stat_ios; member
504 if (blkg_rwstat_init(&tg->stat_ios, gfp)) in throtl_pd_alloc()
636 blkg_rwstat_exit(&tg->stat_ios); in throtl_pd_free()
1567 .private = offsetof(struct throtl_grp, stat_ios),
1572 .private = offsetof(struct throtl_grp, stat_ios),
2225 blkg_rwstat_add(&tg->stat_ios, bio->bi_opf, 1); in blk_throtl_bio()