Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/sched/
Dsyscalls.c687 if ((dl_policy(policy) || dl_task(p)) && sched_dl_overflow(p, policy, attr)) { in __sched_setscheduler()
Dsched.h359 extern int sched_dl_overflow(struct task_struct *p, int policy, const struct sched_attr *attr);
Ddeadline.c3252 int sched_dl_overflow(struct task_struct *p, int policy, in sched_dl_overflow() function