Searched refs:LIMIT_MAX (Results 1 – 1 of 1) sorted by relevance
105 LIMIT_MAX, enumerator315 if (td->limit_index == LIMIT_MAX && tg->bps[rw][LIMIT_LOW] && in tg_bps_limit()316 tg->bps[rw][LIMIT_LOW] != tg->bps[rw][LIMIT_MAX]) { in tg_bps_limit()320 ret = min(tg->bps[rw][LIMIT_MAX], adjusted); in tg_bps_limit()345 if (td->limit_index == LIMIT_MAX && tg->iops[rw][LIMIT_LOW] && in tg_iops_limit()346 tg->iops[rw][LIMIT_LOW] != tg->iops[rw][LIMIT_MAX]) { in tg_iops_limit()352 ret = min_t(unsigned int, tg->iops[rw][LIMIT_MAX], adjusted); in tg_iops_limit()502 tg->bps[READ][LIMIT_MAX] = U64_MAX; in throtl_pd_alloc()503 tg->bps[WRITE][LIMIT_MAX] = U64_MAX; in throtl_pd_alloc()504 tg->iops[READ][LIMIT_MAX] = UINT_MAX; in throtl_pd_alloc()[all …]