Searched defs:PORT_LOCK_ASSERT_OWNED (Results 1 – 2 of 2) sorted by relevance
418 #define PORT_LOCK_ASSERT_OWNED(port) mtx_assert(&(port)->lock, MA_OWNED) macro
1054 #define PORT_LOCK_ASSERT_OWNED(pi) mtx_assert(&(pi)->pi_lock, MA_OWNED) macro