Home
last modified time | relevance | path

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

/Linux-v4.19/block/
Dblk-throttle.c209 unsigned int limit_index; member
303 ret = tg->bps[rw][td->limit_index]; in tg_bps_limit()
304 if (ret == 0 && td->limit_index == LIMIT_LOW) { in tg_bps_limit()
307 tg->iops[rw][td->limit_index]) in tg_bps_limit()
313 if (td->limit_index == LIMIT_MAX && tg->bps[rw][LIMIT_LOW] && in tg_bps_limit()
333 ret = tg->iops[rw][td->limit_index]; in tg_iops_limit()
334 if (ret == 0 && tg->td->limit_index == LIMIT_LOW) { in tg_iops_limit()
337 tg->bps[rw][td->limit_index]) in tg_iops_limit()
343 if (td->limit_index == LIMIT_MAX && tg->iops[rw][LIMIT_LOW] && in tg_iops_limit()
556 (td->limit_valid[td->limit_index] && in tg_update_has_rules()
[all …]