Searched refs:old_lockword64 (Results 1 – 1 of 1) sorted by relevance
1736 uint64_t old_lockword64; in mutex_unlock_process() local1759 old_lockword64 = clear_lockbyte64(&mp->mutex_lockword64); in mutex_unlock_process()1760 if ((old_lockword64 & WAITERMASK64) && in mutex_unlock_process()1761 (release_all || (old_lockword64 & SPINNERMASK64) == 0)) { in mutex_unlock_process()