Searched refs:tg_iops_limit (Results 1 – 1 of 1) sorted by relevance
/block/ |
D | blk-throttle.c | 322 static unsigned int tg_iops_limit(struct throtl_grp *tg, int rw) in tg_iops_limit() function 559 tg_iops_limit(tg, rw) != UINT_MAX)); in tg_update_has_rules() 854 io_trim = (tg_iops_limit(tg, rw) * tg->td->throtl_slice * nr_slices) / in throtl_trim_slice() 898 tmp = (u64)tg_iops_limit(tg, rw) * jiffy_elapsed_rnd; in tg_with_in_iops_limit() 984 tg_iops_limit(tg, rw) == UINT_MAX) { in tg_may_dispatch() 1375 tg_iops_limit(tg, READ), tg_iops_limit(tg, WRITE)); in tg_conf_updated() 2194 tg->io_disp[rw], tg_iops_limit(tg, rw), in blk_throtl_bio()
|