Home
last modified time | relevance | path

Searched refs:LIMIT_LOW (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/block/
Dblk-throttle.c103 LIMIT_LOW, enumerator
311 if (ret == 0 && td->limit_index == LIMIT_LOW) { in tg_bps_limit()
320 if (td->limit_index == LIMIT_MAX && tg->bps[rw][LIMIT_LOW] && in tg_bps_limit()
321 tg->bps[rw][LIMIT_LOW] != tg->bps[rw][LIMIT_MAX]) { in tg_bps_limit()
324 adjusted = throtl_adjusted_limit(tg->bps[rw][LIMIT_LOW], td); in tg_bps_limit()
341 if (ret == 0 && tg->td->limit_index == LIMIT_LOW) { in tg_iops_limit()
350 if (td->limit_index == LIMIT_MAX && tg->iops[rw][LIMIT_LOW] && in tg_iops_limit()
351 tg->iops[rw][LIMIT_LOW] != tg->iops[rw][LIMIT_MAX]) { in tg_iops_limit()
354 adjusted = throtl_adjusted_limit(tg->iops[rw][LIMIT_LOW], td); in tg_iops_limit()
604 if (tg->bps[READ][LIMIT_LOW] || tg->bps[WRITE][LIMIT_LOW] || in blk_throtl_update_limit_valid()
[all …]
/kernel/linux/linux-5.10/tools/thermal/tmon/
Dpid.c113 else if (*yk > -LIMIT_LOW) in controller_handler()
114 *yk = -LIMIT_LOW; in controller_handler()
Dtmon.h123 #define LIMIT_LOW (2) macro