Home
last modified time | relevance | path

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

/linux/kernel/locking/
H A Drtmutex_api.c199 * preempt_enable() in rt_mutex_postunlock(). in __rt_mutex_futex_unlock()
217 rt_mutex_postunlock(&wqh); in rt_mutex_futex_unlock()
503 void __sched rt_mutex_postunlock(struct rt_wake_q_head *wqh) in rt_mutex_postunlock() function
H A Drtmutex_common.h104 extern void rt_mutex_postunlock(struct rt_wake_q_head *wqh);
/linux/kernel/futex/
H A Dpi.c666 rt_mutex_postunlock(&wqh); in wake_futex_pi()