Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/sched/
Drt.c52 if (!rt_bandwidth_enabled() || rt_b->rt_runtime == RUNTIME_INF) in start_rt_bandwidth()
434 return RUNTIME_INF; in sched_rt_runtime()
649 if (iter->rt_runtime == RUNTIME_INF) in do_balance_runtime()
701 if (rt_rq->rt_runtime == RUNTIME_INF || in __disable_runtime()
723 if (iter == rt_rq || iter->rt_runtime == RUNTIME_INF) in __disable_runtime()
752 rt_rq->rt_runtime = RUNTIME_INF; in __disable_runtime()
871 if (!throttled && (!rt_bandwidth_enabled() || rt_b->rt_runtime == RUNTIME_INF)) in do_sched_rt_period_timer()
901 if (runtime == RUNTIME_INF) in sched_rt_runtime_exceeded()
966 if (sched_rt_runtime(rt_rq) != RUNTIME_INF) { in update_curr_rt()
Dcore.c1973 if (runtime == RUNTIME_INF) in to_ratio()
7632 if (runtime > period && runtime != RUNTIME_INF) in tg_rt_schedulable()
7735 rt_runtime = RUNTIME_INF; in sched_group_set_rt_runtime()
7744 if (tg->rt_bandwidth.rt_runtime == RUNTIME_INF) in sched_group_rt_runtime()
7861 if (global_rt_runtime() != RUNTIME_INF) in sched_dl_do_global()
7884 if ((sysctl_sched_rt_runtime != RUNTIME_INF) && in sched_rt_global_validate()
8109 runtime_enabled = quota != RUNTIME_INF; in tg_set_cfs_bandwidth()
8110 runtime_was_enabled = cfs_b->quota != RUNTIME_INF; in tg_set_cfs_bandwidth()
8156 quota = RUNTIME_INF; in tg_set_cfs_quota()
8167 if (tg->cfs_bandwidth.quota == RUNTIME_INF) in tg_get_cfs_quota()
[all …]
Dsched.h79 #define RUNTIME_INF ((u64)~0ULL) macro
1013 return RUNTIME_INF; in global_rt_runtime()
Dfair.c3443 if (cfs_b->quota == RUNTIME_INF) in __refill_cfs_bandwidth_runtime()
3476 if (cfs_b->quota == RUNTIME_INF) in assign_cfs_rq_runtime()
3774 if (cfs_b->quota == RUNTIME_INF) in do_sched_cfs_period_timer()
3895 if (cfs_b->quota != RUNTIME_INF && in __return_cfs_rq_runtime()
3937 if (cfs_b->quota != RUNTIME_INF && cfs_b->runtime > slice) in do_sched_cfs_slack_timer()
4034 cfs_b->quota = RUNTIME_INF; in init_cfs_bandwidth()
4092 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()