Searched refs:tg_iops_limit (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/block/ |
D | blk-throttle.c | 177 static unsigned int tg_iops_limit(struct throtl_grp *tg, int rw) in tg_iops_limit() function 428 tg_iops_limit(tg, rw) != UINT_MAX); in tg_update_has_rules() 736 io_trim = (tg_iops_limit(tg, rw) * tg->td->throtl_slice * nr_slices) / in throtl_trim_slice() 793 u32 iops_limit = tg_iops_limit(tg, rw); in __tg_update_carryover() 914 u32 iops_limit = tg_iops_limit(tg, rw); in tg_may_dispatch() 1327 tg_iops_limit(tg, READ), tg_iops_limit(tg, WRITE)); in tg_conf_updated() 2239 tg->io_disp[rw], tg_iops_limit(tg, rw), in __blk_throtl_bio()
|