Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/sched/
Drt.c55 if (!rt_bandwidth_enabled() || rt_b->rt_runtime == RUNTIME_INF) in start_rt_bandwidth()
445 return RUNTIME_INF; in sched_rt_runtime()
663 if (iter->rt_runtime == RUNTIME_INF) in do_balance_runtime()
712 if (rt_rq->rt_runtime == RUNTIME_INF || in __disable_runtime()
734 if (iter == rt_rq || iter->rt_runtime == RUNTIME_INF) in __disable_runtime()
763 rt_rq->rt_runtime = RUNTIME_INF; in __disable_runtime()
842 if (!sched_feat(RT_RUNTIME_SHARE) && rt_rq->rt_runtime != RUNTIME_INF) in do_sched_rt_period_timer()
890 if (!throttled && (!rt_bandwidth_enabled() || rt_b->rt_runtime == RUNTIME_INF)) in do_sched_rt_period_timer()
920 if (runtime == RUNTIME_INF) in sched_rt_runtime_exceeded()
985 if (sched_rt_runtime(rt_rq) != RUNTIME_INF) { in update_curr_rt()
[all …]
Dcore.c2922 if (runtime == RUNTIME_INF) in to_ratio()
7401 runtime_enabled = quota != RUNTIME_INF; in tg_set_cfs_bandwidth()
7402 runtime_was_enabled = cfs_b->quota != RUNTIME_INF; in tg_set_cfs_bandwidth()
7449 quota = RUNTIME_INF; in tg_set_cfs_quota()
7462 if (tg->cfs_bandwidth.quota == RUNTIME_INF) in tg_get_cfs_quota()
7541 if (quota == RUNTIME_INF || quota == -1) in normalize_cfs_quota()
7542 return RUNTIME_INF; in normalize_cfs_quota()
7554 quota = RUNTIME_INF; in tg_cfs_schedulable_down()
7569 if (quota == RUNTIME_INF) in tg_cfs_schedulable_down()
7571 else if (parent_quota != RUNTIME_INF && quota > parent_quota) in tg_cfs_schedulable_down()
[all …]
Ddeadline.c348 if (global_rt_runtime() == RUNTIME_INF) in init_dl_bw()
2501 if (global_rt_runtime() == RUNTIME_INF) { in init_dl_rq_bw_ratio()
2522 if (global_rt_runtime() != RUNTIME_INF) in sched_dl_do_global()
Dsched.h149 #define RUNTIME_INF ((u64)~0ULL) macro
1612 return RUNTIME_INF; in global_rt_runtime()
Dfair.c4364 if (cfs_b->quota != RUNTIME_INF) in __refill_cfs_bandwidth_runtime()
4384 if (cfs_b->quota == RUNTIME_INF) in assign_cfs_rq_runtime()
4654 if (cfs_b->quota == RUNTIME_INF) in do_sched_cfs_period_timer()
4772 if (cfs_b->quota != RUNTIME_INF) { in __return_cfs_rq_runtime()
4819 if (cfs_b->quota != RUNTIME_INF && cfs_b->runtime > slice) in do_sched_cfs_slack_timer()
4969 cfs_b->quota = RUNTIME_INF; in init_cfs_bandwidth()
5029 cfs_rq->runtime_enabled = cfs_b->quota != RUNTIME_INF; in update_runtime_enabled()