Home
last modified time | relevance | path

Searched refs:mutex_owner (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/
H A Dmutex.h63 #define mutex_owner(mp) (READ_ONCE((mp)->m_owner)) macro
64 #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); \
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dmutex.h71 #define mutex_owner(lock) sx_xholder(lock) macro