Searched refs:tg_iops_limit (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.15/block/ |
D | blk-throttle.c | 329 static unsigned int tg_iops_limit(struct throtl_grp *tg, int rw) in tg_iops_limit() function 580 tg_iops_limit(tg, rw) != UINT_MAX)); in tg_update_has_rules() 877 io_trim = (tg_iops_limit(tg, rw) * tg->td->throtl_slice * nr_slices) / in throtl_trim_slice() 1008 u32 iops_limit = tg_iops_limit(tg, rw); in tg_may_dispatch() 1418 tg_iops_limit(tg, READ), tg_iops_limit(tg, WRITE)); in tg_conf_updated() 2298 tg->io_disp[rw], tg_iops_limit(tg, rw), in blk_throtl_bio()
|