Home
last modified time | relevance | path

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

/openbmc/linux/kernel/sched/
H A Dsched.h321 extern int sched_dl_overflow(struct task_struct *p, int policy, const struct sched_attr *attr);
H A Ddeadline.c2858 int sched_dl_overflow(struct task_struct *p, int policy, in sched_dl_overflow() function
H A Dcore.c7777 if ((dl_policy(policy) || dl_task(p)) && sched_dl_overflow(p, policy, attr)) { in __sched_setscheduler()