Lines Matching refs:RUNTIME_INF
4661 if (runtime == RUNTIME_INF) in to_ratio()
10562 if (quota != RUNTIME_INF && quota > max_cfs_runtime) in tg_set_cfs_bandwidth()
10565 if (quota != RUNTIME_INF && (burst > quota || in tg_set_cfs_bandwidth()
10579 runtime_enabled = quota != RUNTIME_INF; in tg_set_cfs_bandwidth()
10580 runtime_was_enabled = cfs_b->quota != RUNTIME_INF; in tg_set_cfs_bandwidth()
10629 quota = RUNTIME_INF; in tg_set_cfs_quota()
10642 if (tg->cfs_bandwidth.quota == RUNTIME_INF) in tg_get_cfs_quota()
10758 if (quota == RUNTIME_INF || quota == -1) in normalize_cfs_quota()
10759 return RUNTIME_INF; in normalize_cfs_quota()
10771 quota = RUNTIME_INF; in tg_cfs_schedulable_down()
10786 if (quota == RUNTIME_INF) in tg_cfs_schedulable_down()
10788 else if (parent_quota != RUNTIME_INF && quota > parent_quota) in tg_cfs_schedulable_down()
10806 if (quota != RUNTIME_INF) { in __cfs_schedulable()
11065 *quotap = RUNTIME_INF; in cpu_period_quota_parse()