Searched refs:tg_iops_limit (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/block/ |
D | blk-throttle.c | 323 static unsigned int tg_iops_limit(struct throtl_grp *tg, int rw) in tg_iops_limit() function 558 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() 910 tmp = (u64)tg_iops_limit(tg, rw) * jiffy_elapsed_rnd; in tg_with_in_iops_limit() 996 tg_iops_limit(tg, rw) == UINT_MAX) { in tg_may_dispatch() 1387 tg_iops_limit(tg, READ), tg_iops_limit(tg, WRITE)); in tg_conf_updated() 2220 tg->io_disp[rw], tg_iops_limit(tg, rw), in blk_throtl_bio()
|