Home
last modified time | relevance | path

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

/openbmc/linux/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[WRITE][index]; in tg_set_limit()
[all …]
H A Dblk-throttle.h107 uint64_t bps_conf[2][LIMIT_CNT]; member