Home
last modified time | relevance | path

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

/Linux-v4.19/block/
Dblk-throttle.c146 uint64_t bps_conf[2][LIMIT_CNT]; member
503 tg->bps_conf[READ][LIMIT_MAX] = U64_MAX; in throtl_pd_alloc()
504 tg->bps_conf[WRITE][LIMIT_MAX] = U64_MAX; in throtl_pd_alloc()
1549 if (tg->bps_conf[READ][off] == bps_dft && in tg_prfill_limit()
1550 tg->bps_conf[WRITE][off] == bps_dft && in tg_prfill_limit()
1558 if (tg->bps_conf[READ][off] != U64_MAX) in tg_prfill_limit()
1560 tg->bps_conf[READ][off]); in tg_prfill_limit()
1561 if (tg->bps_conf[WRITE][off] != U64_MAX) in tg_prfill_limit()
1563 tg->bps_conf[WRITE][off]); in tg_prfill_limit()
1615 v[0] = tg->bps_conf[READ][index]; in tg_set_limit()
[all …]