Searched refs:LIMIT_MAX (Results 1 – 1 of 1) sorted by relevance
103 LIMIT_MAX, enumerator319 if (td->limit_index == LIMIT_MAX && tg->bps[rw][LIMIT_LOW] && in tg_bps_limit()320 tg->bps[rw][LIMIT_LOW] != tg->bps[rw][LIMIT_MAX]) { in tg_bps_limit()324 ret = min(tg->bps[rw][LIMIT_MAX], adjusted); in tg_bps_limit()349 if (td->limit_index == LIMIT_MAX && tg->iops[rw][LIMIT_LOW] && in tg_iops_limit()350 tg->iops[rw][LIMIT_LOW] != tg->iops[rw][LIMIT_MAX]) { in tg_iops_limit()356 ret = min_t(unsigned int, tg->iops[rw][LIMIT_MAX], adjusted); in tg_iops_limit()515 tg->bps[READ][LIMIT_MAX] = U64_MAX; in throtl_pd_alloc()516 tg->bps[WRITE][LIMIT_MAX] = U64_MAX; in throtl_pd_alloc()517 tg->iops[READ][LIMIT_MAX] = UINT_MAX; in throtl_pd_alloc()[all …]