Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/locking/
Drtmutex.c1640 bool postunlock; in rt_mutex_futex_unlock() local
1643 postunlock = __rt_mutex_futex_unlock(lock, &wake_q); in rt_mutex_futex_unlock()
1646 if (postunlock) in rt_mutex_futex_unlock()
/Linux-v4.19/kernel/
Dfutex.c1413 bool postunlock = false; in wake_futex_pi() local
1476 postunlock = __rt_mutex_futex_unlock(&pi_state->pi_mutex, &wake_q); in wake_futex_pi()
1481 if (postunlock) in wake_futex_pi()