Searched refs:tg_bps_limit (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/block/ |
D | blk-throttle.c | 292 static uint64_t tg_bps_limit(struct throtl_grp *tg, int rw) in tg_bps_limit() function 558 (tg_bps_limit(tg, rw) != U64_MAX || in tg_update_has_rules() 850 tmp = tg_bps_limit(tg, rw) * tg->td->throtl_slice * nr_slices; in throtl_trim_slice() 936 tmp = tg_bps_limit(tg, rw) * jiffy_elapsed_rnd; in tg_with_in_bps_limit() 948 jiffy_wait = div64_u64(extra_bytes * HZ, tg_bps_limit(tg, rw)); in tg_with_in_bps_limit() 983 if (tg_bps_limit(tg, rw) == U64_MAX && in tg_may_dispatch() 1374 tg_bps_limit(tg, READ), tg_bps_limit(tg, WRITE), in tg_conf_updated() 2193 tg_bps_limit(tg, rw), in blk_throtl_bio()
|