Searched refs:old_lockword (Results 1 – 1 of 1) sorted by relevance
1708 uint32_t old_lockword; in mutex_unlock_queue() local1713 old_lockword = clear_lockbyte(&mp->mutex_lockword); in mutex_unlock_queue()1714 if ((old_lockword & WAITERMASK) && in mutex_unlock_queue()1715 (release_all || (old_lockword & SPINNERMASK) == 0)) { in mutex_unlock_queue()1744 uint32_t old_lockword; in mutex_unlock_process() local1746 old_lockword = clear_lockbyte(&mp->mutex_lockword); in mutex_unlock_process()1747 if ((old_lockword & WAITERMASK) && in mutex_unlock_process()1748 (release_all || (old_lockword & SPINNERMASK) == 0)) { in mutex_unlock_process()