Lines Matching refs:RUNTIME_INF
1973 if (runtime == RUNTIME_INF) in to_ratio()
7632 if (runtime > period && runtime != RUNTIME_INF) in tg_rt_schedulable()
7735 rt_runtime = RUNTIME_INF; in sched_group_set_rt_runtime()
7744 if (tg->rt_bandwidth.rt_runtime == RUNTIME_INF) in sched_group_rt_runtime()
7861 if (global_rt_runtime() != RUNTIME_INF) in sched_dl_do_global()
7884 if ((sysctl_sched_rt_runtime != RUNTIME_INF) && in sched_rt_global_validate()
8109 runtime_enabled = quota != RUNTIME_INF; in tg_set_cfs_bandwidth()
8110 runtime_was_enabled = cfs_b->quota != RUNTIME_INF; in tg_set_cfs_bandwidth()
8156 quota = RUNTIME_INF; in tg_set_cfs_quota()
8167 if (tg->cfs_bandwidth.quota == RUNTIME_INF) in tg_get_cfs_quota()
8243 if (quota == RUNTIME_INF || quota == -1) in normalize_cfs_quota()
8244 return RUNTIME_INF; in normalize_cfs_quota()
8256 quota = RUNTIME_INF; in tg_cfs_schedulable_down()
8267 if (quota == RUNTIME_INF) in tg_cfs_schedulable_down()
8269 else if (parent_quota != RUNTIME_INF && quota > parent_quota) in tg_cfs_schedulable_down()
8286 if (quota != RUNTIME_INF) { in __cfs_schedulable()