Home
last modified time | relevance | path

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

/Linux-v5.10/block/
Dblk-throttle.c103 LIMIT_MAX, enumerator
316 if (td->limit_index == LIMIT_MAX && tg->bps[rw][LIMIT_LOW] && in tg_bps_limit()
317 tg->bps[rw][LIMIT_LOW] != tg->bps[rw][LIMIT_MAX]) { in tg_bps_limit()
321 ret = min(tg->bps[rw][LIMIT_MAX], adjusted); in tg_bps_limit()
346 if (td->limit_index == LIMIT_MAX && tg->iops[rw][LIMIT_LOW] && in tg_iops_limit()
347 tg->iops[rw][LIMIT_LOW] != tg->iops[rw][LIMIT_MAX]) { in tg_iops_limit()
353 ret = min_t(unsigned int, tg->iops[rw][LIMIT_MAX], adjusted); in tg_iops_limit()
512 tg->bps[READ][LIMIT_MAX] = U64_MAX; in throtl_pd_alloc()
513 tg->bps[WRITE][LIMIT_MAX] = U64_MAX; in throtl_pd_alloc()
514 tg->iops[READ][LIMIT_MAX] = UINT_MAX; in throtl_pd_alloc()
[all …]