Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/locking/
Drtmutex_api.c170 bool postunlock; in rt_mutex_futex_unlock() local
173 postunlock = __rt_mutex_futex_unlock(lock, &wqh); in rt_mutex_futex_unlock()
176 if (postunlock) in rt_mutex_futex_unlock()
/Linux-v5.15/kernel/
Dfutex.c1557 bool postunlock = false; in wake_futex_pi() local
1611 postunlock = __rt_mutex_futex_unlock(&pi_state->pi_mutex, &wqh); in wake_futex_pi()
1617 if (postunlock) in wake_futex_pi()