Home
last modified time | relevance | path

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

/Linux-v5.10/kernel/sched/
Drt.c57 if (!rt_bandwidth_enabled() || rt_b->rt_runtime == RUNTIME_INF) in start_rt_bandwidth()
486 return RUNTIME_INF; in sched_rt_runtime()
704 if (iter->rt_runtime == RUNTIME_INF) in do_balance_runtime()
753 if (rt_rq->rt_runtime == RUNTIME_INF || in __disable_runtime()
775 if (iter == rt_rq || iter->rt_runtime == RUNTIME_INF) in __disable_runtime()
804 rt_rq->rt_runtime = RUNTIME_INF; in __disable_runtime()
883 if (!sched_feat(RT_RUNTIME_SHARE) && rt_rq->rt_runtime != RUNTIME_INF) in do_sched_rt_period_timer()
931 if (!throttled && (!rt_bandwidth_enabled() || rt_b->rt_runtime == RUNTIME_INF)) in do_sched_rt_period_timer()
961 if (runtime == RUNTIME_INF) in sched_rt_runtime_exceeded()
1026 if (sched_rt_runtime(rt_rq) != RUNTIME_INF) { in update_curr_rt()
[all …]
Dcore.c3313 if (runtime == RUNTIME_INF) in to_ratio()
7925 if (quota != RUNTIME_INF && quota > max_cfs_runtime) in tg_set_cfs_bandwidth()
7938 runtime_enabled = quota != RUNTIME_INF; in tg_set_cfs_bandwidth()
7939 runtime_was_enabled = cfs_b->quota != RUNTIME_INF; in tg_set_cfs_bandwidth()
7986 quota = RUNTIME_INF; in tg_set_cfs_quota()
7999 if (tg->cfs_bandwidth.quota == RUNTIME_INF) in tg_get_cfs_quota()
8078 if (quota == RUNTIME_INF || quota == -1) in normalize_cfs_quota()
8079 return RUNTIME_INF; in normalize_cfs_quota()
8091 quota = RUNTIME_INF; in tg_cfs_schedulable_down()
8106 if (quota == RUNTIME_INF) in tg_cfs_schedulable_down()
[all …]
Ddeadline.c411 if (global_rt_runtime() == RUNTIME_INF) in init_dl_bw()
2582 if (global_rt_runtime() == RUNTIME_INF) { in init_dl_rq_bw_ratio()
2603 if (global_rt_runtime() != RUNTIME_INF) in sched_dl_do_global()
Dsched.h159 #define RUNTIME_INF ((u64)~0ULL) macro
1688 return RUNTIME_INF; in global_rt_runtime()
Dfair.c4603 if (cfs_b->quota != RUNTIME_INF) in __refill_cfs_bandwidth_runtime()
4623 if (cfs_b->quota == RUNTIME_INF) in __assign_cfs_rq_runtime()
4947 if (cfs_b->quota == RUNTIME_INF) in do_sched_cfs_period_timer()
5056 if (cfs_b->quota != RUNTIME_INF) { in __return_cfs_rq_runtime()
5099 if (cfs_b->quota != RUNTIME_INF && cfs_b->runtime > slice) in do_sched_cfs_slack_timer()
5243 cfs_b->quota = RUNTIME_INF; in init_cfs_bandwidth()
5302 cfs_rq->runtime_enabled = cfs_b->quota != RUNTIME_INF; in update_runtime_enabled()