Home
last modified time | relevance | path

Searched refs:rt_bandwidth_enabled (Results 1 – 4 of 4) 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()
874 if (!throttled && (!rt_bandwidth_enabled() || rt_b->rt_runtime == RUNTIME_INF)) in do_sched_rt_period_timer()
963 if (!rt_bandwidth_enabled()) in update_curr_rt()
Dsched.h426 static inline int rt_bandwidth_enabled(void) in rt_bandwidth_enabled() function
Ddeadline.c768 if (rt_bandwidth_enabled()) { in update_curr_dl()
Dcore.c3925 if (rt_bandwidth_enabled() && rt_policy(policy) && in __sched_setscheduler()
7873 if (rt_bandwidth_enabled() && !runtime && tg_has_rt_tasks(tg)) in tg_rt_schedulable()