Searched refs:LIMIT_MAX (Results 1 – 1 of 1) sorted by relevance
103 LIMIT_MAX, enumerator313 if (td->limit_index == LIMIT_MAX && tg->bps[rw][LIMIT_LOW] && in tg_bps_limit()314 tg->bps[rw][LIMIT_LOW] != tg->bps[rw][LIMIT_MAX]) { in tg_bps_limit()318 ret = min(tg->bps[rw][LIMIT_MAX], adjusted); in tg_bps_limit()343 if (td->limit_index == LIMIT_MAX && tg->iops[rw][LIMIT_LOW] && in tg_iops_limit()344 tg->iops[rw][LIMIT_LOW] != tg->iops[rw][LIMIT_MAX]) { in tg_iops_limit()350 ret = min_t(unsigned int, tg->iops[rw][LIMIT_MAX], adjusted); in tg_iops_limit()499 tg->bps[READ][LIMIT_MAX] = U64_MAX; in throtl_pd_alloc()500 tg->bps[WRITE][LIMIT_MAX] = U64_MAX; in throtl_pd_alloc()501 tg->iops[READ][LIMIT_MAX] = UINT_MAX; in throtl_pd_alloc()[all …]