Searched refs:mutex_owned (Results 1 - 9 of 9) sorted by relevance

/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
H A Derr.D_PROTO_ARG.mobadarg.d31 * mutex_owned() should handle an invalid argument passed.
33 * SECTION: Actions and Subroutines/mutex_owned()
39 mutex_owned("badarg");
H A Derr.D_PROTO_LEN.motoofew.d31 * mutex_owned() should handle too few args passed
33 * SECTION: Actions and Subroutines/mutex_owned()
39 mutex_owned();
H A Derr.D_PROTO_LEN.motoomany.d31 * mutex_owned() should handle too many args passed
33 * SECTION: Actions and Subroutines/mutex_owned()
39 mutex_owned((kmutex_t *)arg0, 99);
H A Dtst.mutex_owned.d31 * mutex_owned() should return a non-zero value if the calling
34 * SECTION: Actions and Subroutines/mutex_owned()
41 this->owned = mutex_owned((struct mtx *)arg0);
48 printf("mutex_owned() returned 0, expected non-zero\n");
/freebsd-9.3-release/sys/cddl/compat/opensolaris/sys/
H A Dmutex.h44 #define MUTEX_HELD(x) (mutex_owned(x))
45 #define MUTEX_NOT_HELD(x) (!mutex_owned(x) || panicstr)
73 #define mutex_owned(lock) sx_xlocked(lock) macro
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/
H A Dtst.subr.d57 INTFUNC(mutex_owned(&`cpu_lock))
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/privs/
H A Dtst.func_access.ksh37 BEGIN { trace(mutex_owned(&`pidlock)); }
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libzpool/common/sys/
H A Dzfs_context.h260 #define mutex_owned(mp) zmutex_owned((kmutex_t *)(mp)) macro
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddsl_dataset.c267 if (mutex_owned(&ds->ds_lock))
270 if (mutex_owned(&ds->ds_opening_lock))

Completed in 179 milliseconds