Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dsx.h290 #define SA_NOTRECURSED LA_NOTRECURSED
298 #define SX_NOTRECURSED LA_NOTRECURSED
H A Drmlock.h127 #define RA_NOTRECURSED LA_NOTRECURSED
H A Dlockmgr.h206 #define KA_NOTRECURSED LA_NOTRECURSED
H A Dlock.h119 #define LA_NOTRECURSED 0x00000010 /* Lock is not recursed. */ macro
H A Drwlock.h288 #define RA_NOTRECURSED LA_NOTRECURSED
H A Dmutex.h548 #define MA_NOTRECURSED LA_NOTRECURSED
/f-stack/freebsd/kern/
H A Dsubr_witness.c2458 case LA_LOCKED | LA_NOTRECURSED: in witness_assert()
2461 case LA_SLOCKED | LA_NOTRECURSED: in witness_assert()
2464 case LA_XLOCKED | LA_NOTRECURSED: in witness_assert()
2488 if ((flags & LA_NOTRECURSED) != 0 && in witness_assert()
H A Dkern_rwlock.c187 rw_assert(rw, RA_LOCKED | LA_NOTRECURSED); in unlock_rw()