Home
last modified time | relevance | path

Searched refs:LA_NOTRECURSED (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dlockdep.h68 LOCK_CLASS(__lock)->lc_assert(__lock, LA_LOCKED | LA_NOTRECURSED); \
/freebsd/sys/sys/
H A Dsx.h289 #define SA_NOTRECURSED LA_NOTRECURSED
297 #define SX_NOTRECURSED LA_NOTRECURSED
H A Drmlock.h126 #define RA_NOTRECURSED LA_NOTRECURSED
H A Dlockmgr.h204 #define KA_NOTRECURSED LA_NOTRECURSED
H A Dlock.h118 #define LA_NOTRECURSED 0x00000010 /* Lock is not recursed. */ macro
H A Drwlock.h289 #define RA_NOTRECURSED LA_NOTRECURSED
H A Dmutex.h548 #define MA_NOTRECURSED LA_NOTRECURSED
/freebsd/sys/kern/
H A Dsubr_witness.c2480 case LA_LOCKED | LA_NOTRECURSED: in witness_assert()
2483 case LA_SLOCKED | LA_NOTRECURSED: in witness_assert()
2486 case LA_XLOCKED | LA_NOTRECURSED: in witness_assert()
2510 if ((flags & LA_NOTRECURSED) != 0 && in witness_assert()
H A Dkern_rwlock.c185 rw_assert(rw, RA_LOCKED | LA_NOTRECURSED); in unlock_rw()