Lines Matching refs:RUNTIME_INF
4755 if (runtime == RUNTIME_INF) in to_ratio()
10712 if (quota != RUNTIME_INF && quota > max_cfs_runtime) in tg_set_cfs_bandwidth()
10715 if (quota != RUNTIME_INF && (burst > quota || in tg_set_cfs_bandwidth()
10729 runtime_enabled = quota != RUNTIME_INF; in tg_set_cfs_bandwidth()
10730 runtime_was_enabled = cfs_b->quota != RUNTIME_INF; in tg_set_cfs_bandwidth()
10779 quota = RUNTIME_INF; in tg_set_cfs_quota()
10792 if (tg->cfs_bandwidth.quota == RUNTIME_INF) in tg_get_cfs_quota()
10908 if (quota == RUNTIME_INF || quota == -1) in normalize_cfs_quota()
10909 return RUNTIME_INF; in normalize_cfs_quota()
10921 quota = RUNTIME_INF; in tg_cfs_schedulable_down()
10936 if (quota == RUNTIME_INF) in tg_cfs_schedulable_down()
10938 else if (parent_quota != RUNTIME_INF && quota > parent_quota) in tg_cfs_schedulable_down()
10956 if (quota != RUNTIME_INF) { in __cfs_schedulable()
11215 *quotap = RUNTIME_INF; in cpu_period_quota_parse()