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