Searched refs:LIMIT_LOW (Results 1 – 4 of 4) sorted by relevance
158 if (ret == 0 && td->limit_index == LIMIT_LOW) { in tg_bps_limit()167 if (td->limit_index == LIMIT_MAX && tg->bps[rw][LIMIT_LOW] && in tg_bps_limit()168 tg->bps[rw][LIMIT_LOW] != tg->bps[rw][LIMIT_MAX]) { in tg_bps_limit()171 adjusted = throtl_adjusted_limit(tg->bps[rw][LIMIT_LOW], td); in tg_bps_limit()188 if (ret == 0 && tg->td->limit_index == LIMIT_LOW) { in tg_iops_limit()197 if (td->limit_index == LIMIT_MAX && tg->iops[rw][LIMIT_LOW] && in tg_iops_limit()198 tg->iops[rw][LIMIT_LOW] != tg->iops[rw][LIMIT_MAX]) { in tg_iops_limit()201 adjusted = throtl_adjusted_limit(tg->iops[rw][LIMIT_LOW], td); in tg_iops_limit()457 if (tg->bps[READ][LIMIT_LOW] || tg->bps[WRITE][LIMIT_LOW] || in blk_throtl_update_limit_valid()458 tg->iops[READ][LIMIT_LOW] || tg->iops[WRITE][LIMIT_LOW]) { in blk_throtl_update_limit_valid()[all …]
62 LIMIT_LOW, enumerator
112 else if (*yk > -LIMIT_LOW) in controller_handler()113 *yk = -LIMIT_LOW; in controller_handler()
123 #define LIMIT_LOW (2) macro