Home
last modified time | relevance | path

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

/linux-5.19.10/kernel/sched/
Dsched.h294 static inline int dl_bandwidth_enabled(void) in dl_bandwidth_enabled() function
Dcore.c2985 if (task_has_dl_policy(p) && dl_bandwidth_enabled()) { in restrict_cpus_allowed_ptr()
7495 if (dl_bandwidth_enabled() && dl_policy(policy) && in __sched_setscheduler()
8037 if (!task_has_dl_policy(p) || !dl_bandwidth_enabled()) in dl_task_check_affinity()
Ddeadline.c685 BUG_ON(dl_bandwidth_enabled()); in dl_task_offline_migration()