Searched refs:tg_bps_limit (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/block/ |
D | blk-throttle.c | 293 static uint64_t tg_bps_limit(struct throtl_grp *tg, int rw) in tg_bps_limit() function 557 (tg_bps_limit(tg, rw) != U64_MAX || in tg_update_has_rules() 859 tmp = tg_bps_limit(tg, rw) * tg->td->throtl_slice * nr_slices; in throtl_trim_slice() 948 tmp = tg_bps_limit(tg, rw) * jiffy_elapsed_rnd; in tg_with_in_bps_limit() 960 jiffy_wait = div64_u64(extra_bytes * HZ, tg_bps_limit(tg, rw)); in tg_with_in_bps_limit() 995 if (tg_bps_limit(tg, rw) == U64_MAX && in tg_may_dispatch() 1386 tg_bps_limit(tg, READ), tg_bps_limit(tg, WRITE), in tg_conf_updated() 2219 tg_bps_limit(tg, rw), in blk_throtl_bio()
|