Searched refs:SPINLOCK_MASK (Results 1 – 1 of 1) sorted by relevance
46 static const long SPINLOCK_MASK = SPINLOCK_COUNT - 1; variable116 intptr_t low = hash & SPINLOCK_MASK; in lock_for_pointer()122 return locks + (hash & SPINLOCK_MASK); in lock_for_pointer()