Lines Matching refs:U64_MAX
306 return U64_MAX; in tg_bps_limit()
314 return U64_MAX; in tg_bps_limit()
515 tg->bps[READ][LIMIT_MAX] = U64_MAX; in throtl_pd_alloc()
516 tg->bps[WRITE][LIMIT_MAX] = U64_MAX; in throtl_pd_alloc()
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()
579 (tg_bps_limit(tg, rw) != U64_MAX || in tg_update_has_rules()
951 if (bps_limit == U64_MAX) { in tg_with_in_bps_limit()
1012 if (bps_limit == U64_MAX && iops_limit == UINT_MAX) { in tg_may_dispatch()
1371 if (v == U64_MAX) in tg_prfill_conf_u64()
1474 v = U64_MAX; in tg_set_conf()
1594 bps_dft = U64_MAX; in tg_prfill_limit()
1607 if (tg->bps_conf[READ][off] != U64_MAX) in tg_prfill_limit()
1610 if (tg->bps_conf[WRITE][off] != U64_MAX) in tg_prfill_limit()
1674 u64 val = U64_MAX; in tg_set_limit()