Lines Matching refs:U64_MAX
299 return U64_MAX; in tg_bps_limit()
307 return U64_MAX; in tg_bps_limit()
500 tg->bps[READ][LIMIT_MAX] = U64_MAX; in throtl_pd_alloc()
501 tg->bps[WRITE][LIMIT_MAX] = U64_MAX; in throtl_pd_alloc()
504 tg->bps_conf[READ][LIMIT_MAX] = U64_MAX; in throtl_pd_alloc()
505 tg->bps_conf[WRITE][LIMIT_MAX] = U64_MAX; in throtl_pd_alloc()
558 (tg_bps_limit(tg, rw) != U64_MAX || in tg_update_has_rules()
983 if (tg_bps_limit(tg, rw) == U64_MAX && in tg_may_dispatch()
1336 if (v == U64_MAX) in tg_prfill_conf_u64()
1439 v = U64_MAX; in tg_set_conf()
1533 bps_dft = U64_MAX; in tg_prfill_limit()
1546 if (tg->bps_conf[READ][off] != U64_MAX) in tg_prfill_limit()
1549 if (tg->bps_conf[WRITE][off] != U64_MAX) in tg_prfill_limit()
1613 u64 val = U64_MAX; in tg_set_limit()