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.c621 if (dl_bandwidth_enabled() && dl_policy(policy) && in __sched_setscheduler()
1105 if (!task_has_dl_policy(p) || !dl_bandwidth_enabled()) in dl_task_check_affinity()
H A Ddeadline.c664 WARN_ON_ONCE(dl_bandwidth_enabled()); in dl_task_offline_migration()
H A Dsched.h322 static inline int dl_bandwidth_enabled(void) in dl_bandwidth_enabled() function
H A Dcore.c3132 if (task_has_dl_policy(p) && dl_bandwidth_enabled()) { in restrict_cpus_allowed_ptr()