Lines Matching refs:RUNTIME_INF
4824 if (runtime == RUNTIME_INF) in to_ratio()
9593 if (quota_us == RUNTIME_INF) in tg_set_cfs_bandwidth()
9594 quota = RUNTIME_INF; in tg_set_cfs_bandwidth()
9611 runtime_enabled = quota != RUNTIME_INF; in tg_set_cfs_bandwidth()
9612 runtime_was_enabled = cfs_b->quota != RUNTIME_INF; in tg_set_cfs_bandwidth()
9667 if (tg->cfs_bandwidth.quota == RUNTIME_INF) in tg_get_cfs_quota()
9668 return RUNTIME_INF; in tg_get_cfs_quota()
9709 if (quota == RUNTIME_INF || quota == -1) in normalize_cfs_quota()
9710 return RUNTIME_INF; in normalize_cfs_quota()
9722 quota = RUNTIME_INF; in tg_cfs_schedulable_down()
9737 if (quota == RUNTIME_INF) in tg_cfs_schedulable_down()
9739 else if (parent_quota != RUNTIME_INF) in tg_cfs_schedulable_down()
9742 if (quota == RUNTIME_INF) in tg_cfs_schedulable_down()
9744 else if (parent_quota != RUNTIME_INF && quota > parent_quota) in tg_cfs_schedulable_down()
9761 if (quota != RUNTIME_INF) { in __cfs_schedulable()
9854 (quota_us != RUNTIME_INF && quota_us > max_usec) || in tg_set_bandwidth()
9878 if (quota_us != RUNTIME_INF && quota_us > max_bw_runtime_us) in tg_set_bandwidth()
9881 if (quota_us != RUNTIME_INF && (burst_us > quota_us || in tg_set_bandwidth()
9923 quota_us = RUNTIME_INF; in cpu_quota_write_s64()
10219 *quota_us_p = RUNTIME_INF; in cpu_period_quota_parse()