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()
2656 if (runtime > period && runtime != RUNTIME_INF) in tg_rt_schedulable()
[all …]
H A Dcore.c4792 if (runtime == RUNTIME_INF) in to_ratio()
9561 if (quota_us == RUNTIME_INF) in tg_set_cfs_bandwidth()
9562 quota = RUNTIME_INF; in tg_set_cfs_bandwidth()
9579 runtime_enabled = quota != RUNTIME_INF; in tg_set_cfs_bandwidth()
9580 runtime_was_enabled = cfs_b->quota != RUNTIME_INF; in tg_set_cfs_bandwidth()
9635 if (tg->cfs_bandwidth.quota == RUNTIME_INF) in tg_get_cfs_quota()
9636 return RUNTIME_INF; in tg_get_cfs_quota()
9677 if (quota == RUNTIME_INF || quota == -1) in normalize_cfs_quota()
9678 return RUNTIME_INF; in normalize_cfs_quota()
9690 quota = RUNTIME_INF; in tg_cfs_schedulable_down()
[all …]
H A Ddeadline.c518 if (global_rt_runtime() == RUNTIME_INF) in init_dl_bw()
3176 if (global_rt_runtime() == RUNTIME_INF) { in init_dl_rq_bw_ratio()
3195 if (global_rt_runtime() != RUNTIME_INF) in sched_dl_do_global()
H A Dfair.c5637 if (unlikely(cfs_b->quota == RUNTIME_INF)) in __refill_cfs_bandwidth_runtime()
5667 if (cfs_b->quota == RUNTIME_INF) in __assign_cfs_rq_runtime()
6236 if (cfs_b->quota == RUNTIME_INF) in do_sched_cfs_period_timer()
6344 if (cfs_b->quota != RUNTIME_INF) { in __return_cfs_rq_runtime()
6387 if (cfs_b->quota != RUNTIME_INF && cfs_b->runtime > slice) in do_sched_cfs_slack_timer()
6537 cfs_b->quota = RUNTIME_INF; in init_cfs_bandwidth()
6540 cfs_b->hierarchical_quota = parent ? parent->hierarchical_quota : RUNTIME_INF; in init_cfs_bandwidth()
6628 cfs_rq->runtime_enabled = cfs_b->quota != RUNTIME_INF; in update_runtime_enabled()
6688 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
2266 return RUNTIME_INF; in global_rt_runtime()
H A Dext.c3068 tg->scx.bw_quota_us = RUNTIME_INF; in scx_tg_init()