Searched refs:sched_dl_overflow (Results 1 – 6 of 6) sorted by relevance
| /kernel/linux/linux-5.10/kernel/sched/ |
| D | sched.h | 427 extern int sched_dl_overflow(struct task_struct *p, int policy, const struct sched_attr *attr);
|
| D | deadline.c | 2661 int sched_dl_overflow(struct task_struct *p, int policy, in sched_dl_overflow() function
|
| D | core.c | 5634 if ((dl_policy(policy) || dl_task(p)) && sched_dl_overflow(p, policy, attr)) { in __sched_setscheduler()
|
| /kernel/linux/linux-6.6/kernel/sched/ |
| D | deadline.c | 2864 int sched_dl_overflow(struct task_struct *p, int policy, in sched_dl_overflow() function
|
| D | sched.h | 406 extern int sched_dl_overflow(struct task_struct *p, int policy, const struct sched_attr *attr);
|
| D | core.c | 7976 if ((dl_policy(policy) || dl_task(p)) && sched_dl_overflow(p, policy, attr)) { in __sched_setscheduler()
|