Home
last modified time | relevance | path

Searched refs:RUNTIME_INF (Results 1 – 5 of 5) 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()
2656 if (runtime > period && runtime != RUNTIME_INF) in tg_rt_schedulable()
[all...]
H A Ddeadline.c518 if (global_rt_runtime() == RUNTIME_INF) in init_dl_bw()
3171 if (global_rt_runtime() == RUNTIME_INF) { in init_dl_rq_bw_ratio()
3190 if (global_rt_runtime() != RUNTIME_INF) in sched_dl_do_global()
H A Dfair.c5636 if (unlikely(cfs_b->quota == RUNTIME_INF)) in __refill_cfs_bandwidth_runtime()
5666 if (cfs_b->quota == RUNTIME_INF) in __assign_cfs_rq_runtime()
6162 if (cfs_b->quota == RUNTIME_INF) in do_sched_cfs_period_timer()
6270 if (cfs_b->quota != RUNTIME_INF) { in __return_cfs_rq_runtime()
6313 if (cfs_b->quota != RUNTIME_INF && cfs_b->runtime > slice) in do_sched_cfs_slack_timer()
6453 cfs_b->quota = RUNTIME_INF; in init_cfs_bandwidth()
6456 cfs_b->hierarchical_quota = parent ? parent->hierarchical_quota : RUNTIME_INF; in init_cfs_bandwidth()
6543 cfs_rq->runtime_enabled = cfs_b->quota != RUNTIME_INF; in update_runtime_enabled()
6603 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
2238 return RUNTIME_INF; in global_rt_runtime()
H A Dext.c4094 tg->scx.bw_quota_us = RUNTIME_INF; in scx_tg_init()