Home
last modified time | relevance | path

Searched refs:rt_bandwidth_enabled (Results 1 – 4 of 4) sorted by relevance

/linux/kernel/sched/
H A Drt.c158 if (!rt_bandwidth_enabled() || rt_b->rt_runtime == RUNTIME_INF) in start_rt_bandwidth()
857 if (!throttled && (!rt_bandwidth_enabled() || rt_b->rt_runtime == RUNTIME_INF)) in do_sched_rt_period_timer()
989 if (!rt_bandwidth_enabled()) in update_curr_rt()
2667 if (rt_bandwidth_enabled() && !runtime && in tg_rt_schedulable()
H A Dsyscalls.c614 rt_bandwidth_enabled() && rt_policy(policy) && in __sched_setscheduler()
H A Ddeadline.c1552 if (rt_bandwidth_enabled()) { in update_curr_dl_se()
H A Dsched.h815 static inline int rt_bandwidth_enabled(void) in rt_bandwidth_enabled() function