Searched refs:in_multi_sx (Results 1 – 3 of 3) sorted by relevance
385 extern struct sx in_multi_sx;392 #define IN_MULTI_LOCK() sx_xlock(&in_multi_sx)393 #define IN_MULTI_UNLOCK() sx_xunlock(&in_multi_sx)394 #define IN_MULTI_LOCK_ASSERT() sx_assert(&in_multi_sx, SA_XLOCKED)395 #define IN_MULTI_UNLOCK_ASSERT() sx_assert(&in_multi_sx, SA_XUNLOCKED)
114 struct sx in_multi_sx; variable115 SX_SYSINIT(in_multi_sx, &in_multi_sx, "in_multi_sx");