Searched refs:tg_iops_limit (Results 1 – 1 of 1) sorted by relevance
/linux/block/ |
H A D | blk-throttle.c | 101 static unsigned int tg_iops_limit(struct throtl_grp *tg, int rw) in tg_iops_limit() function 315 tg_iops_limit(tg, rw) != UINT_MAX; in tg_update_has_rules() 613 io_trim = calculate_io_allowed(tg_iops_limit(tg, rw), time_elapsed) + in throtl_trim_slice() 643 u32 iops_limit = tg_iops_limit(tg, rw); in __tg_update_carryover() 753 u32 iops_limit = tg_iops_limit(tg, rw); in tg_may_dispatch() 1162 tg_iops_limit(tg, READ), tg_iops_limit(tg, WRITE)); in tg_conf_updated() 1667 tg->io_disp[rw], tg_iops_limit(tg, rw), in __blk_throtl_bio()
|