Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/sched/
H A Drt.c79 if (!rt_bandwidth_enabled() || rt_b->rt_runtime == RUNTIME_INF) in start_rt_bandwidth()
493 return RUNTIME_INF; in sched_rt_runtime()
711 if (iter->rt_runtime == RUNTIME_INF) in do_balance_runtime()
760 if (rt_rq->rt_runtime == RUNTIME_INF || in __disable_runtime()
782 if (iter == rt_rq || iter->rt_runtime == RUNTIME_INF) in __disable_runtime()
811 rt_rq->rt_runtime = RUNTIME_INF; in __disable_runtime()
890 if (!sched_feat(RT_RUNTIME_SHARE) && rt_rq->rt_runtime != RUNTIME_INF) in do_sched_rt_period_timer()
938 if (!throttled && (!rt_bandwidth_enabled() || rt_b->rt_runtime == RUNTIME_INF)) in do_sched_rt_period_timer()
968 if (runtime == RUNTIME_INF) in sched_rt_runtime_exceeded()
1043 if (sched_rt_runtime(rt_rq) != RUNTIME_INF) { in update_curr_rt()
[all …]
H A Dcore.c3573 if (runtime == RUNTIME_INF) in to_ratio()
8369 if (quota != RUNTIME_INF && quota > max_cfs_runtime) in tg_set_cfs_bandwidth()
8382 runtime_enabled = quota != RUNTIME_INF; in tg_set_cfs_bandwidth()
8383 runtime_was_enabled = cfs_b->quota != RUNTIME_INF; in tg_set_cfs_bandwidth()
8430 quota = RUNTIME_INF; in tg_set_cfs_quota()
8443 if (tg->cfs_bandwidth.quota == RUNTIME_INF) in tg_get_cfs_quota()
8522 if (quota == RUNTIME_INF || quota == -1) in normalize_cfs_quota()
8523 return RUNTIME_INF; in normalize_cfs_quota()
8535 quota = RUNTIME_INF; in tg_cfs_schedulable_down()
8550 if (quota == RUNTIME_INF) in tg_cfs_schedulable_down()
[all …]
H A Ddeadline.c411 if (global_rt_runtime() == RUNTIME_INF) in init_dl_bw()
2592 if (global_rt_runtime() == RUNTIME_INF) { in init_dl_rq_bw_ratio()
2613 if (global_rt_runtime() != RUNTIME_INF) in sched_dl_do_global()
H A Dsched.h162 #define RUNTIME_INF ((u64)~0ULL) macro
1744 return RUNTIME_INF; in global_rt_runtime()
H A Dfair.c4679 if (cfs_b->quota != RUNTIME_INF) in __refill_cfs_bandwidth_runtime()
4699 if (cfs_b->quota == RUNTIME_INF) in __assign_cfs_rq_runtime()
5023 if (cfs_b->quota == RUNTIME_INF) in do_sched_cfs_period_timer()
5132 if (cfs_b->quota != RUNTIME_INF) { in __return_cfs_rq_runtime()
5175 if (cfs_b->quota != RUNTIME_INF && cfs_b->runtime > slice) in do_sched_cfs_slack_timer()
5319 cfs_b->quota = RUNTIME_INF; in init_cfs_bandwidth()
5378 cfs_rq->runtime_enabled = cfs_b->quota != RUNTIME_INF; in update_runtime_enabled()