Home
last modified time | relevance | path

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

/openbmc/linux/kernel/locking/
H A Drtmutex_api.c192 bool postunlock; in rt_mutex_futex_unlock() local
195 postunlock = __rt_mutex_futex_unlock(lock, &wqh); in rt_mutex_futex_unlock()
198 if (postunlock) in rt_mutex_futex_unlock()
/openbmc/linux/kernel/futex/
H A Dpi.c617 bool postunlock = false; in wake_futex_pi() local
671 postunlock = __rt_mutex_futex_unlock(&pi_state->pi_mutex, &wqh); in wake_futex_pi()
677 if (postunlock) in wake_futex_pi()