Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/locking/
Drtmutex.c1639 bool postunlock; in rt_mutex_futex_unlock() local
1642 postunlock = __rt_mutex_futex_unlock(lock, &wake_q); in rt_mutex_futex_unlock()
1645 if (postunlock) in rt_mutex_futex_unlock()
/Linux-v5.4/kernel/
Dfutex.c1495 bool postunlock = false; in wake_futex_pi() local
1556 postunlock = __rt_mutex_futex_unlock(&pi_state->pi_mutex, &wake_q); in wake_futex_pi()
1561 if (postunlock) in wake_futex_pi()