Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/locking/
Drtmutex_common.h157 extern void rt_mutex_postunlock(struct wake_q_head *wake_q);
Drtmutex.c1443 void rt_mutex_postunlock(struct wake_q_head *wake_q) in rt_mutex_postunlock() function
1462 rt_mutex_postunlock(&wake_q); in rt_mutex_fastunlock()
1644 rt_mutex_postunlock(&wake_q); in rt_mutex_futex_unlock()
/kernel/linux/linux-5.10/kernel/futex/
Dcore.c1557 rt_mutex_postunlock(&wake_q); in wake_futex_pi()