Lines Matching refs:RUNTIME_INF
4827 if (runtime == RUNTIME_INF) in to_ratio()
10857 if (quota != RUNTIME_INF && quota > max_cfs_runtime) in tg_set_cfs_bandwidth()
10860 if (quota != RUNTIME_INF && (burst > quota || in tg_set_cfs_bandwidth()
10874 runtime_enabled = quota != RUNTIME_INF; in tg_set_cfs_bandwidth()
10875 runtime_was_enabled = cfs_b->quota != RUNTIME_INF; in tg_set_cfs_bandwidth()
10924 quota = RUNTIME_INF; in tg_set_cfs_quota()
10937 if (tg->cfs_bandwidth.quota == RUNTIME_INF) in tg_get_cfs_quota()
11053 if (quota == RUNTIME_INF || quota == -1) in normalize_cfs_quota()
11054 return RUNTIME_INF; in normalize_cfs_quota()
11066 quota = RUNTIME_INF; in tg_cfs_schedulable_down()
11081 if (quota == RUNTIME_INF) in tg_cfs_schedulable_down()
11083 else if (parent_quota != RUNTIME_INF) in tg_cfs_schedulable_down()
11086 if (quota == RUNTIME_INF) in tg_cfs_schedulable_down()
11088 else if (parent_quota != RUNTIME_INF && quota > parent_quota) in tg_cfs_schedulable_down()
11106 if (quota != RUNTIME_INF) { in __cfs_schedulable()
11408 *quotap = RUNTIME_INF; in cpu_period_quota_parse()