Home
last modified time | relevance | path

Searched refs:rt_mutex_adjust_prio (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/kernel/locking/
Drtmutex_common.h114 extern void rt_mutex_adjust_prio(struct task_struct *task);
Drtmutex.c316 void rt_mutex_adjust_prio(struct task_struct *task) in rt_mutex_adjust_prio() function
1388 rt_mutex_adjust_prio(current); in rt_mutex_fastunlock()
/linux-4.4.14/Documentation/locking/
Drt-mutex-design.txt365 The functions implementing the task adjustments are rt_mutex_adjust_prio,
425 Before this function is called, the task has already had rt_mutex_adjust_prio
676 has changed, we call rt_mutex_adjust_prio on the owner to see if the owner
/linux-4.4.14/kernel/
Dfutex.c1290 rt_mutex_adjust_prio(current); in wake_futex_pi()