Searched refs:_ifma (Results 1 – 1 of 1) sorted by relevance
1323 #define IFMA_LOCK_ASSERT_HELD(_ifma) \ argument1324 LCK_MTX_ASSERT(&(_ifma)->ifma_lock, LCK_MTX_ASSERT_OWNED)1326 #define IFMA_LOCK_ASSERT_NOTHELD(_ifma) \ argument1327 LCK_MTX_ASSERT(&(_ifma)->ifma_lock, LCK_MTX_ASSERT_NOTOWNED)1329 #define IFMA_LOCK(_ifma) \ argument1330 lck_mtx_lock(&(_ifma)->ifma_lock)1332 #define IFMA_LOCK_SPIN(_ifma) \ argument1333 lck_mtx_lock_spin(&(_ifma)->ifma_lock)1335 #define IFMA_CONVERT_LOCK(_ifma) do { \ argument1336 IFMA_LOCK_ASSERT_HELD(_ifma); \[all …]