Lines Matching refs:UINT_MAX
99 return UINT_MAX; in tg_iops_limit()
287 tg->iops[READ] = UINT_MAX; in throtl_pd_alloc()
288 tg->iops[WRITE] = UINT_MAX; in throtl_pd_alloc()
339 tg_iops_limit(tg, rw) != UINT_MAX; in tg_update_has_rules()
587 if (tmp > UINT_MAX) in calculate_io_allowed()
588 io_allowed = UINT_MAX; in calculate_io_allowed()
633 if (iops_limit == UINT_MAX) in throtl_trim_iops()
736 if (iops_limit != UINT_MAX) { in __tg_update_carryover()
877 if (iops_limit == UINT_MAX || tg->flags & THROTL_TG_CANCELING) in tg_dispatch_iops_time()
1242 if (v == UINT_MAX) in tg_prfill_conf_uint()
1487 iops_dft = UINT_MAX; in tg_prfill_limit()
1506 if (tg->iops[READ] == UINT_MAX) in tg_prfill_limit()
1511 if (tg->iops[WRITE] == UINT_MAX) in tg_prfill_limit()
1588 v[2] = min_t(u64, val, UINT_MAX); in tg_set_limit()
1590 v[3] = min_t(u64, val, UINT_MAX); in tg_set_limit()