Home
last modified time | relevance | path

Searched refs:LIMIT_MAX (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/block/
H A Dblk-throttle.c104 LIMIT_MAX, enumerator
283 * cgroup's limit in LIMIT_MAX is scaled if low limit is set. This scale is to
320 if (td->limit_index == LIMIT_MAX && tg->bps[rw][LIMIT_LOW] && in tg_bps_limit()
321 tg->bps[rw][LIMIT_LOW] != tg->bps[rw][LIMIT_MAX]) { in tg_bps_limit()
325 ret = min(tg->bps[rw][LIMIT_MAX], adjusted); in tg_bps_limit()
350 if (td->limit_index == LIMIT_MAX && tg->iops[rw][LIMIT_LOW] && in tg_iops_limit()
351 tg->iops[rw][LIMIT_LOW] != tg->iops[rw][LIMIT_MAX]) { in tg_iops_limit()
357 ret = min_t(unsigned int, tg->iops[rw][LIMIT_MAX], adjusted); in tg_iops_limit()
516 tg->bps[READ][LIMIT_MAX] = U64_MAX; in throtl_pd_alloc()
517 tg->bps[WRITE][LIMIT_MAX] in throtl_pd_alloc()
[all...]
/kernel/linux/linux-6.6/block/
H A Dblk-throttle.c130 * cgroup's limit in LIMIT_MAX is scaled if low limit is set. This scale is to
167 if (td->limit_index == LIMIT_MAX && tg->bps[rw][LIMIT_LOW] && in tg_bps_limit()
168 tg->bps[rw][LIMIT_LOW] != tg->bps[rw][LIMIT_MAX]) { in tg_bps_limit()
172 ret = min(tg->bps[rw][LIMIT_MAX], adjusted); in tg_bps_limit()
197 if (td->limit_index == LIMIT_MAX && tg->iops[rw][LIMIT_LOW] && in tg_iops_limit()
198 tg->iops[rw][LIMIT_LOW] != tg->iops[rw][LIMIT_MAX]) { in tg_iops_limit()
204 ret = min_t(unsigned int, tg->iops[rw][LIMIT_MAX], adjusted); in tg_iops_limit()
362 tg->bps[READ][LIMIT_MAX] = U64_MAX; in throtl_pd_alloc()
363 tg->bps[WRITE][LIMIT_MAX] = U64_MAX; in throtl_pd_alloc()
364 tg->iops[READ][LIMIT_MAX] in throtl_pd_alloc()
[all...]
H A Dblk-throttle.h63 LIMIT_MAX, enumerator

Completed in 5 milliseconds