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