Home
last modified time | relevance | path

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

/linux-5.10/kernel/locking/
Drtmutex_common.h155 extern bool __rt_mutex_futex_unlock(struct rt_mutex *lock,
Drtmutex.c1610 bool __sched __rt_mutex_futex_unlock(struct rt_mutex *lock, in __rt_mutex_futex_unlock() function
1640 postunlock = __rt_mutex_futex_unlock(lock, &wake_q); in rt_mutex_futex_unlock()
/linux-5.10/kernel/
Dfutex.c1545 postunlock = __rt_mutex_futex_unlock(&pi_state->pi_mutex, &wake_q); in wake_futex_pi()