Home
last modified time | relevance | path

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

/freebsd/sys/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); \
133 ASSERT3P(mutex_owner(mp), !=, current); \
145 ASSERT3P(mutex_owner(mp), !=, current); \
179 ASSERT3P(mutex_owner(mp), ==, current); \
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
H A Dtst.mutex_owner.d54 ptr = mutex_owner((struct mtx *)arg0);
H A Dtst.mutex_owned.d42 this->owner = mutex_owner((struct mtx *)arg0);
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dmutex.h72 #define mutex_owner(lock) sx_xholder(lock) macro
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/privs/
H A Dtst.kpriv.ksh44 CANTREAD1(mutex_owner)
H A Dtst.func_access.ksh38 BEGIN { trace(mutex_owner(&`pidlock)); }
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/
H A Dtst.subr.d59 INTFUNC(mutex_owner(&`cpu_lock))
/freebsd/cddl/usr.sbin/dtrace/tests/common/funcs/
H A DMakefile84 tst.mutex_owner.d \