Lines Matching refs:RUNTIME_INF
2268 if (runtime == RUNTIME_INF) in to_ratio()
7867 if (runtime > period && runtime != RUNTIME_INF) in tg_rt_schedulable()
7970 rt_runtime = RUNTIME_INF; in sched_group_set_rt_runtime()
7979 if (tg->rt_bandwidth.rt_runtime == RUNTIME_INF) in sched_group_rt_runtime()
8096 if (global_rt_runtime() != RUNTIME_INF) in sched_dl_do_global()
8119 if ((sysctl_sched_rt_runtime != RUNTIME_INF) && in sched_rt_global_validate()
8324 runtime_enabled = quota != RUNTIME_INF; in tg_set_cfs_bandwidth()
8325 runtime_was_enabled = cfs_b->quota != RUNTIME_INF; in tg_set_cfs_bandwidth()
8369 quota = RUNTIME_INF; in tg_set_cfs_quota()
8380 if (tg->cfs_bandwidth.quota == RUNTIME_INF) in tg_get_cfs_quota()
8456 if (quota == RUNTIME_INF || quota == -1) in normalize_cfs_quota()
8457 return RUNTIME_INF; in normalize_cfs_quota()
8469 quota = RUNTIME_INF; in tg_cfs_schedulable_down()
8480 if (quota == RUNTIME_INF) in tg_cfs_schedulable_down()
8482 else if (parent_quota != RUNTIME_INF && quota > parent_quota) in tg_cfs_schedulable_down()
8499 if (quota != RUNTIME_INF) { in __cfs_schedulable()