Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/sched/
Dsched.h425 extern int sched_dl_overflow(struct task_struct *p, int policy, const struct sched_attr *attr);
Ddeadline.c2645 int sched_dl_overflow(struct task_struct *p, int policy, in sched_dl_overflow() function
Dcore.c5598 if ((dl_policy(policy) || dl_task(p)) && sched_dl_overflow(p, policy, attr)) { in __sched_setscheduler()