Searched refs:old_lockword64 (Results 1 – 1 of 1) sorted by relevance
1738 uint64_t old_lockword64; in mutex_unlock_process() local1761 old_lockword64 = clear_lockbyte64(&mp->mutex_lockword64); in mutex_unlock_process()1762 if ((old_lockword64 & WAITERMASK64) && in mutex_unlock_process()1763 (release_all || (old_lockword64 & SPINNERMASK64) == 0)) { in mutex_unlock_process()