Searched refs:mutex_owner (Results 1 – 8 of 8) 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); \133 ASSERT3P(mutex_owner(mp), !=, current); \145 ASSERT3P(mutex_owner(mp), !=, current); \179 ASSERT3P(mutex_owner(mp), ==, current); \
54 ptr = mutex_owner((struct mtx *)arg0);
42 this->owner = mutex_owner((struct mtx *)arg0);
72 #define mutex_owner(lock) sx_xholder(lock) macro
44 CANTREAD1(mutex_owner)
38 BEGIN { trace(mutex_owner(&`pidlock)); }
59 INTFUNC(mutex_owner(&`cpu_lock))
84 tst.mutex_owner.d \