Lines Matching refs:RUNTIME_INF
4792 if (runtime == RUNTIME_INF) in to_ratio()
9561 if (quota_us == RUNTIME_INF) in tg_set_cfs_bandwidth()
9562 quota = RUNTIME_INF; in tg_set_cfs_bandwidth()
9579 runtime_enabled = quota != RUNTIME_INF; in tg_set_cfs_bandwidth()
9580 runtime_was_enabled = cfs_b->quota != RUNTIME_INF; in tg_set_cfs_bandwidth()
9635 if (tg->cfs_bandwidth.quota == RUNTIME_INF) in tg_get_cfs_quota()
9636 return RUNTIME_INF; in tg_get_cfs_quota()
9677 if (quota == RUNTIME_INF || quota == -1) in normalize_cfs_quota()
9678 return RUNTIME_INF; in normalize_cfs_quota()
9690 quota = RUNTIME_INF; in tg_cfs_schedulable_down()
9705 if (quota == RUNTIME_INF) in tg_cfs_schedulable_down()
9707 else if (parent_quota != RUNTIME_INF) in tg_cfs_schedulable_down()
9710 if (quota == RUNTIME_INF) in tg_cfs_schedulable_down()
9712 else if (parent_quota != RUNTIME_INF && quota > parent_quota) in tg_cfs_schedulable_down()
9729 if (quota != RUNTIME_INF) { in __cfs_schedulable()
9834 (quota_us != RUNTIME_INF && quota_us > max_usec) || in tg_set_bandwidth()
9858 if (quota_us != RUNTIME_INF && quota_us > max_bw_runtime_us) in tg_set_bandwidth()
9861 if (quota_us != RUNTIME_INF && (burst_us > quota_us || in tg_set_bandwidth()
9908 quota_us = RUNTIME_INF; in cpu_quota_write_s64()
10206 *quota_us_p = RUNTIME_INF; in cpu_period_quota_parse()