Searched refs:__sched_setscheduler (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/kernel/sched/ |
| H A D | syscalls.c | 516 int __sched_setscheduler(struct task_struct *p, in __sched_setscheduler() function 778 return __sched_setscheduler(p, &attr, check, true); in _sched_setscheduler() 800 return __sched_setscheduler(p, attr, true, true); in sched_setattr() 805 return __sched_setscheduler(p, attr, false, true); in sched_setattr_nocheck()
|
| H A D | sched.h | 3915 extern int __sched_setscheduler(struct task_struct *p, const struct sched_attr *attr, bool user, bo…
|
| H A D | core.c | 8916 __sched_setscheduler(p, &attr, false, false); in normalize_rt_tasks()
|