Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dsyscalls.c655 if (dl_bandwidth_enabled() && dl_policy(policy) && in __sched_setscheduler()
1139 if (!task_has_dl_policy(p) || !dl_bandwidth_enabled()) in dl_task_check_affinity()
H A Dsched.h327 static inline int dl_bandwidth_enabled(void) in dl_bandwidth_enabled() function
H A Ddeadline.c685 WARN_ON_ONCE(dl_bandwidth_enabled()); in dl_task_offline_migration()
H A Dcore.c3199 if (task_has_dl_policy(p) && dl_bandwidth_enabled()) { in restrict_cpus_allowed_ptr()