Searched refs:rt_mutex_setprio (Results 1 – 4 of 4) sorted by relevance
40 extern void rt_mutex_setprio(struct task_struct *p, struct task_struct *pi_task);
354 and rt_mutex_setprio. rt_mutex_setprio is only used in rt_mutex_adjust_prio.361 Then rt_mutex_setprio is called to adjust the priority of the task to the362 new priority. Note that rt_mutex_setprio is defined in kernel/sched/core.c
516 rt_mutex_setprio(p, pi_task); in rt_mutex_adjust_prio()
7064 void rt_mutex_setprio(struct task_struct *p, struct task_struct *pi_task) in rt_mutex_setprio() function