Home
last modified time | relevance | path

Searched refs:rt_mutex_adjust_pi (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/sched/
H A Drt.h66 extern void rt_mutex_adjust_pi(struct task_struct *p);
72 # define rt_mutex_adjust_pi(p) do { } while (0) macro
/linux/kernel/sched/
H A Dsyscalls.c707 rt_mutex_adjust_pi(p); in __sched_setscheduler()