Lines Matching refs:bps_conf
148 uint64_t bps_conf[2][LIMIT_CNT]; member
506 tg->bps_conf[READ][LIMIT_MAX] = U64_MAX; in throtl_pd_alloc()
507 tg->bps_conf[WRITE][LIMIT_MAX] = U64_MAX; in throtl_pd_alloc()
1544 if (tg->bps_conf[READ][off] == bps_dft && in tg_prfill_limit()
1545 tg->bps_conf[WRITE][off] == bps_dft && in tg_prfill_limit()
1553 if (tg->bps_conf[READ][off] != U64_MAX) in tg_prfill_limit()
1555 tg->bps_conf[READ][off]); in tg_prfill_limit()
1556 if (tg->bps_conf[WRITE][off] != U64_MAX) in tg_prfill_limit()
1558 tg->bps_conf[WRITE][off]); in tg_prfill_limit()
1610 v[0] = tg->bps_conf[READ][index]; in tg_set_limit()
1611 v[1] = tg->bps_conf[WRITE][index]; in tg_set_limit()
1656 tg->bps_conf[READ][index] = v[0]; in tg_set_limit()
1657 tg->bps_conf[WRITE][index] = v[1]; in tg_set_limit()
1667 tg->bps[READ][LIMIT_LOW] = min(tg->bps_conf[READ][LIMIT_LOW], in tg_set_limit()
1668 tg->bps_conf[READ][LIMIT_MAX]); in tg_set_limit()
1669 tg->bps[WRITE][LIMIT_LOW] = min(tg->bps_conf[WRITE][LIMIT_LOW], in tg_set_limit()
1670 tg->bps_conf[WRITE][LIMIT_MAX]); in tg_set_limit()