Searched refs:SX_ONE_SHARER (Results 1 – 2 of 2) sorted by relevance
293 if (atomic_fcmpset_acq_ptr(&sx->sx_lock, &x, x + SX_ONE_SHARER)) { in sx_try_slock_int()1005 *xp + SX_ONE_SHARER)) { in __sx_slock_try()1009 (void *)(*xp + SX_ONE_SHARER)); in __sx_slock_try()1299 *xp - SX_ONE_SHARER)) { in _sx_sunlock_try()1304 (void *)(*xp - SX_ONE_SHARER)); in _sx_sunlock_try()
85 #define SX_ONE_SHARER (1 << SX_SHARERS_SHIFT) macro