Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/block/
H A Dblk-throttle.c147 uint64_t bps_conf[2][LIMIT_CNT]; member
520 tg->bps_conf[READ][LIMIT_MAX] = U64_MAX; in throtl_pd_alloc()
521 tg->bps_conf[WRITE][LIMIT_MAX] = U64_MAX; in throtl_pd_alloc()
1631 if (tg->bps_conf[READ][off] == bps_dft && in tg_prfill_limit()
1632 tg->bps_conf[WRITE][off] == bps_dft && in tg_prfill_limit()
1640 if (tg->bps_conf[READ][off] != U64_MAX) in tg_prfill_limit()
1642 tg->bps_conf[READ][off]); in tg_prfill_limit()
1643 if (tg->bps_conf[WRITE][off] != U64_MAX) in tg_prfill_limit()
1645 tg->bps_conf[WRITE][off]); in tg_prfill_limit()
1700 v[0] = tg->bps_conf[REA in tg_set_limit()
[all...]
/kernel/linux/linux-6.6/block/
H A Dblk-throttle.c366 tg->bps_conf[READ][LIMIT_MAX] = U64_MAX; in throtl_pd_alloc()
367 tg->bps_conf[WRITE][LIMIT_MAX] = U64_MAX; in throtl_pd_alloc()
1514 if (tg->bps_conf[READ][off] == bps_dft && in tg_prfill_limit()
1515 tg->bps_conf[WRITE][off] == bps_dft && in tg_prfill_limit()
1523 if (tg->bps_conf[READ][off] != U64_MAX) in tg_prfill_limit()
1525 tg->bps_conf[READ][off]); in tg_prfill_limit()
1526 if (tg->bps_conf[WRITE][off] != U64_MAX) in tg_prfill_limit()
1528 tg->bps_conf[WRITE][off]); in tg_prfill_limit()
1583 v[0] = tg->bps_conf[READ][index]; in tg_set_limit()
1584 v[1] = tg->bps_conf[WRIT in tg_set_limit()
[all...]
H A Dblk-throttle.h107 uint64_t bps_conf[2][LIMIT_CNT]; member

Completed in 9 milliseconds