Home
last modified time | relevance | path

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

/linux/Documentation/locking/
H A Drt-mutex-design.rst354 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 the
362 new priority. Note that rt_mutex_setprio is defined in kernel/sched/core.c
/linux/kernel/locking/
H A Drtmutex.c539 rt_mutex_setprio(p, pi_task); in rt_mutex_adjust_prio()