Lines Matching full:uint_max
106 return UINT_MAX; in tg_iops_limit()
263 tg->iops[READ] = UINT_MAX; in throtl_pd_alloc()
264 tg->iops[WRITE] = UINT_MAX; in throtl_pd_alloc()
315 tg_iops_limit(tg, rw) != UINT_MAX; in tg_update_has_rules()
559 if (tmp > UINT_MAX) in calculate_io_allowed()
560 io_allowed = UINT_MAX; in calculate_io_allowed()
655 if (iops_limit != UINT_MAX) in __tg_update_carryover()
681 if (iops_limit == UINT_MAX) { in tg_within_iops_limit()
765 if ((bps_limit == U64_MAX && iops_limit == UINT_MAX) || in tg_may_dispatch()
1134 if (v == UINT_MAX) in tg_prfill_conf_uint()
1392 iops_dft = UINT_MAX; in tg_prfill_limit()
1411 if (tg->iops[READ] == UINT_MAX) in tg_prfill_limit()
1416 if (tg->iops[WRITE] == UINT_MAX) in tg_prfill_limit()
1493 v[2] = min_t(u64, val, UINT_MAX); in tg_set_limit()
1495 v[3] = min_t(u64, val, UINT_MAX); in tg_set_limit()