Searched refs:mutex_owner (Results 1 – 2 of 2) sorted by relevance
63 #define mutex_owner(mp) (READ_ONCE((mp)->m_owner)) macro64 #define mutex_owned(mp) (mutex_owner(mp) == current)113 VERIFY3P(mutex_owner(mp), ==, NULL); \135 ASSERT3P(mutex_owner(mp), !=, current); \144 ASSERT3P(mutex_owner(mp), !=, current); \
71 #define mutex_owner(lock) sx_xholder(lock) macro