Searched refs:rt_mutex_setprio (Results 1 – 3 of 3) sorted by relevance
65 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
7261 void rt_mutex_setprio(struct task_struct *p, struct task_struct *pi_task) in rt_mutex_setprio() function