Lines Matching refs:RUNTIME_INF
4456 if (runtime == RUNTIME_INF) in to_ratio()
10226 if (quota != RUNTIME_INF && quota > max_cfs_runtime) in tg_set_cfs_bandwidth()
10229 if (quota != RUNTIME_INF && (burst > quota || in tg_set_cfs_bandwidth()
10243 runtime_enabled = quota != RUNTIME_INF; in tg_set_cfs_bandwidth()
10244 runtime_was_enabled = cfs_b->quota != RUNTIME_INF; in tg_set_cfs_bandwidth()
10293 quota = RUNTIME_INF; in tg_set_cfs_quota()
10306 if (tg->cfs_bandwidth.quota == RUNTIME_INF) in tg_get_cfs_quota()
10422 if (quota == RUNTIME_INF || quota == -1) in normalize_cfs_quota()
10423 return RUNTIME_INF; in normalize_cfs_quota()
10435 quota = RUNTIME_INF; in tg_cfs_schedulable_down()
10450 if (quota == RUNTIME_INF) in tg_cfs_schedulable_down()
10452 else if (parent_quota != RUNTIME_INF && quota > parent_quota) in tg_cfs_schedulable_down()
10470 if (quota != RUNTIME_INF) { in __cfs_schedulable()
10729 *quotap = RUNTIME_INF; in cpu_period_quota_parse()