Home
last modified time | relevance | path

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

/linux/kernel/locking/
H A Drtmutex_api.c234 bool postunlock; in rt_mutex_futex_unlock() local
237 postunlock = __rt_mutex_futex_unlock(lock, &wqh); in rt_mutex_futex_unlock()
240 if (postunlock) in rt_mutex_futex_unlock()
/linux/kernel/futex/
H A Dpi.c687 bool postunlock = false; in wake_futex_pi() local
727 postunlock = __rt_mutex_futex_unlock(&pi_state->pi_mutex, &wqh); in wake_futex_pi()
733 if (postunlock) in wake_futex_pi()