Home
last modified time | relevance | path

Searched refs:bps (Results 1 – 1 of 1) sorted by relevance

/block/
Dblk-throttle.c123 uint64_t bps[2]; member
343 tg->bps[READ] = -1; in throtl_pd_alloc()
344 tg->bps[WRITE] = -1; in throtl_pd_alloc()
389 (tg->bps[rw] != -1 || tg->iops[rw] != -1); in tg_update_has_rules()
652 tmp = tg->bps[rw] * throtl_slice * nr_slices; in throtl_trim_slice()
744 tmp = tg->bps[rw] * jiffy_elapsed_rnd; in tg_with_in_bps_limit()
756 jiffy_wait = div64_u64(extra_bytes * HZ, tg->bps[rw]); in tg_with_in_bps_limit()
791 if (tg->bps[rw] == -1 && tg->iops[rw] == -1) { in tg_may_dispatch()
1166 tg->bps[READ], tg->bps[WRITE], in tg_conf_updated()
1244 .private = offsetof(struct throtl_grp, bps[READ]),
[all …]