Lines Matching refs:bps_conf
146 uint64_t bps_conf[2][LIMIT_CNT]; member
519 tg->bps_conf[READ][LIMIT_MAX] = U64_MAX; in throtl_pd_alloc()
520 tg->bps_conf[WRITE][LIMIT_MAX] = U64_MAX; in throtl_pd_alloc()
1606 if (tg->bps_conf[READ][off] == bps_dft && in tg_prfill_limit()
1607 tg->bps_conf[WRITE][off] == bps_dft && in tg_prfill_limit()
1615 if (tg->bps_conf[READ][off] != U64_MAX) in tg_prfill_limit()
1617 tg->bps_conf[READ][off]); in tg_prfill_limit()
1618 if (tg->bps_conf[WRITE][off] != U64_MAX) in tg_prfill_limit()
1620 tg->bps_conf[WRITE][off]); in tg_prfill_limit()
1672 v[0] = tg->bps_conf[READ][index]; in tg_set_limit()
1673 v[1] = tg->bps_conf[WRITE][index]; in tg_set_limit()
1718 tg->bps_conf[READ][index] = v[0]; in tg_set_limit()
1719 tg->bps_conf[WRITE][index] = v[1]; in tg_set_limit()
1729 tg->bps[READ][LIMIT_LOW] = min(tg->bps_conf[READ][LIMIT_LOW], in tg_set_limit()
1730 tg->bps_conf[READ][LIMIT_MAX]); in tg_set_limit()
1731 tg->bps[WRITE][LIMIT_LOW] = min(tg->bps_conf[WRITE][LIMIT_LOW], in tg_set_limit()
1732 tg->bps_conf[WRITE][LIMIT_MAX]); in tg_set_limit()