Searched refs:in_multi_sx (Results 1 – 2 of 2) sorted by relevance
369 extern struct sx in_multi_sx;376 #define IN_MULTI_LOCK() sx_xlock(&in_multi_sx)377 #define IN_MULTI_UNLOCK() sx_xunlock(&in_multi_sx)378 #define IN_MULTI_LOCK_ASSERT() sx_assert(&in_multi_sx, SA_XLOCKED)379 #define IN_MULTI_UNLOCK_ASSERT() sx_assert(&in_multi_sx, SA_XUNLOCKED)
112 struct sx in_multi_sx; variable113 SX_SYSINIT(in_multi_sx, &in_multi_sx, "in_multi_sx");