Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/sched/
Drt.c55 if (!rt_bandwidth_enabled() || rt_b->rt_runtime == RUNTIME_INF) in start_rt_bandwidth()
447 return RUNTIME_INF; in sched_rt_runtime()
662 if (iter->rt_runtime == RUNTIME_INF) in do_balance_runtime()
711 if (rt_rq->rt_runtime == RUNTIME_INF || in __disable_runtime()
733 if (iter == rt_rq || iter->rt_runtime == RUNTIME_INF) in __disable_runtime()
762 rt_rq->rt_runtime = RUNTIME_INF; in __disable_runtime()
874 if (!throttled && (!rt_bandwidth_enabled() || rt_b->rt_runtime == RUNTIME_INF)) in do_sched_rt_period_timer()
904 if (runtime == RUNTIME_INF) in sched_rt_runtime_exceeded()
969 if (sched_rt_runtime(rt_rq) != RUNTIME_INF) { in update_curr_rt()
Dcore.c2268 if (runtime == RUNTIME_INF) in to_ratio()
7867 if (runtime > period && runtime != RUNTIME_INF) in tg_rt_schedulable()
7970 rt_runtime = RUNTIME_INF; in sched_group_set_rt_runtime()
7979 if (tg->rt_bandwidth.rt_runtime == RUNTIME_INF) in sched_group_rt_runtime()
8096 if (global_rt_runtime() != RUNTIME_INF) in sched_dl_do_global()
8119 if ((sysctl_sched_rt_runtime != RUNTIME_INF) && in sched_rt_global_validate()
8324 runtime_enabled = quota != RUNTIME_INF; in tg_set_cfs_bandwidth()
8325 runtime_was_enabled = cfs_b->quota != RUNTIME_INF; in tg_set_cfs_bandwidth()
8369 quota = RUNTIME_INF; in tg_set_cfs_quota()
8380 if (tg->cfs_bandwidth.quota == RUNTIME_INF) in tg_get_cfs_quota()
[all …]
Dsched.h85 #define RUNTIME_INF ((u64)~0ULL) macro
1020 return RUNTIME_INF; in global_rt_runtime()
Dfair.c3376 if (cfs_b->quota == RUNTIME_INF) in __refill_cfs_bandwidth_runtime()
3409 if (cfs_b->quota == RUNTIME_INF) in assign_cfs_rq_runtime()
3707 if (cfs_b->quota == RUNTIME_INF) in do_sched_cfs_period_timer()
3821 if (cfs_b->quota != RUNTIME_INF && in __return_cfs_rq_runtime()
3863 if (cfs_b->quota != RUNTIME_INF && cfs_b->runtime > slice) in do_sched_cfs_slack_timer()
3960 cfs_b->quota = RUNTIME_INF; in init_cfs_bandwidth()
4005 cfs_rq->runtime_enabled = cfs_b->quota != RUNTIME_INF; in update_runtime_enabled()
Ddeadline.c64 if (global_rt_runtime() == RUNTIME_INF) in init_dl_bw()