Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/sched/
H A Drt.h41 extern void rt_mutex_adjust_pi(struct task_struct *p);
51 # define rt_mutex_adjust_pi(p) do { } while (0) macro
/OK3568_Linux_fs/kernel/kernel/locking/
H A Drtmutex.c1124 void rt_mutex_adjust_pi(struct task_struct *task) in rt_mutex_adjust_pi() function
/OK3568_Linux_fs/kernel/kernel/sched/
H A Dcore.c5724 rt_mutex_adjust_pi(p); in __sched_setscheduler()