Searched refs:old_lockword (Results 1 – 1 of 1) sorted by relevance
1711 uint32_t old_lockword; in mutex_unlock_queue() local1716 old_lockword = clear_lockbyte(&mp->mutex_lockword); in mutex_unlock_queue()1717 if ((old_lockword & WAITERMASK) && in mutex_unlock_queue()1718 (release_all || (old_lockword & SPINNERMASK) == 0)) { in mutex_unlock_queue()1747 uint32_t old_lockword; in mutex_unlock_process() local1749 old_lockword = clear_lockbyte(&mp->mutex_lockword); in mutex_unlock_process()1750 if ((old_lockword & WAITERMASK) && in mutex_unlock_process()1751 (release_all || (old_lockword & SPINNERMASK) == 0)) { in mutex_unlock_process()