Searched refs:LIMIT_MAX (Results 1 – 1 of 1) sorted by relevance
102 LIMIT_MAX, enumerator312 if (td->limit_index == LIMIT_MAX && tg->bps[rw][LIMIT_LOW] && in tg_bps_limit()313 tg->bps[rw][LIMIT_LOW] != tg->bps[rw][LIMIT_MAX]) { in tg_bps_limit()317 ret = min(tg->bps[rw][LIMIT_MAX], adjusted); in tg_bps_limit()342 if (td->limit_index == LIMIT_MAX && tg->iops[rw][LIMIT_LOW] && in tg_iops_limit()343 tg->iops[rw][LIMIT_LOW] != tg->iops[rw][LIMIT_MAX]) { in tg_iops_limit()349 ret = min_t(unsigned int, tg->iops[rw][LIMIT_MAX], adjusted); in tg_iops_limit()500 tg->bps[READ][LIMIT_MAX] = U64_MAX; in throtl_pd_alloc()501 tg->bps[WRITE][LIMIT_MAX] = U64_MAX; in throtl_pd_alloc()502 tg->iops[READ][LIMIT_MAX] = UINT_MAX; in throtl_pd_alloc()[all …]