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

/linux-master/kernel/locking/
H A Drtmutex_api.c185 return true; /* call postunlock() */
192 bool postunlock; local
195 postunlock = __rt_mutex_futex_unlock(lock, &wqh);
198 if (postunlock)
/linux-master/kernel/futex/
H A Dpi.c619 bool postunlock = false; local
659 postunlock = __rt_mutex_futex_unlock(&pi_state->pi_mutex, &wqh);
665 if (postunlock)

Completed in 193 milliseconds