Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dsyscalls.c676 next_class = __setscheduler_class(policy, newprio); in __sched_setscheduler()
H A Dsched.h4092 extern const struct sched_class *__setscheduler_class(int policy, int prio);
H A Dcore.c7529 const struct sched_class *__setscheduler_class(int policy, int prio) in __setscheduler_class() function
7646 next_class = __setscheduler_class(p->policy, prio); in rt_mutex_setprio()