Searched defs:PORT_LOCK_ASSERT_OWNED (Results 1 – 1 of 1) sorted by relevance
410 #define PORT_LOCK_ASSERT_OWNED(port) sx_assert(&(port)->lock, SA_LOCKED) macro422 #define PORT_LOCK_ASSERT_OWNED(port) mtx_assert(&(port)->lock, MA_OWNED) macro