Home
last modified time | relevance | path

Searched refs:RUNTIME_INF (Results 1 – 6 of 6) sorted by relevance

/linux/kernel/sched/
H A Drt.c158 if (!rt_bandwidth_enabled() || rt_b->rt_runtime == RUNTIME_INF) in start_rt_bandwidth()
632 if (iter->rt_runtime == RUNTIME_INF) in do_balance_runtime()
681 if (rt_rq->rt_runtime == RUNTIME_INF || in __disable_runtime()
703 if (iter == rt_rq || iter->rt_runtime == RUNTIME_INF) in __disable_runtime()
732 rt_rq->rt_runtime = RUNTIME_INF; in __disable_runtime()
809 if (!sched_feat(RT_RUNTIME_SHARE) && rt_rq->rt_runtime != RUNTIME_INF) in do_sched_rt_period_timer()
857 if (!throttled && (!rt_bandwidth_enabled() || rt_b->rt_runtime == RUNTIME_INF)) in do_sched_rt_period_timer()
875 if (runtime == RUNTIME_INF) in sched_rt_runtime_exceeded()
996 if (sched_rt_runtime(rt_rq) != RUNTIME_INF) { in update_curr_rt()
2661 if (runtime > period && runtime != RUNTIME_INF) in tg_rt_schedulable()
[all …]
H A Dcore.c4715 if (runtime == RUNTIME_INF) in to_ratio()
9446 if (quota_us == RUNTIME_INF) in tg_set_cfs_bandwidth()
9447 quota = RUNTIME_INF; in tg_set_cfs_bandwidth()
9464 runtime_enabled = quota != RUNTIME_INF; in tg_set_cfs_bandwidth()
9465 runtime_was_enabled = cfs_b->quota != RUNTIME_INF; in tg_set_cfs_bandwidth()
9520 if (tg->cfs_bandwidth.quota == RUNTIME_INF) in tg_get_cfs_quota()
9521 return RUNTIME_INF; in tg_get_cfs_quota()
9562 if (quota == RUNTIME_INF || quota == -1) in normalize_cfs_quota()
9563 return RUNTIME_INF; in normalize_cfs_quota()
9575 quota = RUNTIME_INF; in tg_cfs_schedulable_down()
[all …]
H A Ddeadline.c509 if (global_rt_runtime() == RUNTIME_INF) in init_dl_bw()
3432 if (global_rt_runtime() == RUNTIME_INF) { in init_dl_rq_bw_ratio()
3451 if (global_rt_runtime() != RUNTIME_INF) in sched_dl_do_global()
H A Dfair.c5596 if (unlikely(cfs_b->quota == RUNTIME_INF)) in __refill_cfs_bandwidth_runtime()
5626 if (cfs_b->quota == RUNTIME_INF) in __assign_cfs_rq_runtime()
6195 if (cfs_b->quota == RUNTIME_INF) in do_sched_cfs_period_timer()
6303 if (cfs_b->quota != RUNTIME_INF) { in __return_cfs_rq_runtime()
6346 if (cfs_b->quota != RUNTIME_INF && cfs_b->runtime > slice) in do_sched_cfs_slack_timer()
6496 cfs_b->quota = RUNTIME_INF; in init_cfs_bandwidth()
6499 cfs_b->hierarchical_quota = parent ? parent->hierarchical_quota : RUNTIME_INF; in init_cfs_bandwidth()
6587 cfs_rq->runtime_enabled = cfs_b->quota != RUNTIME_INF; in update_runtime_enabled()
6647 tg_cfs_bandwidth(cfs_rq->tg)->hierarchical_quota != RUNTIME_INF) in cfs_task_bw_constrained()
H A Dsched.h184 #define RUNTIME_INF ((u64)~0ULL) macro
2283 return RUNTIME_INF; in global_rt_runtime()
H A Dext.c3139 tg->scx.bw_quota_us = RUNTIME_INF; in scx_tg_online()