Searched refs:WAITERMASK (Results 1 – 2 of 2) sorted by relevance
109 #define WAITERMASK 0x000000ff macro126 #define WAITERMASK 0x00ff0000 macro
455 if (atomic_swap_32(&mp->mutex_lockword, 0) & WAITERMASK) { in spin_lock_clear()1714 if ((old_lockword & WAITERMASK) && in mutex_unlock_queue()1747 if ((old_lockword & WAITERMASK) && in mutex_unlock_process()