Home
last modified time | relevance | path

Searched refs:LA_XLOCKED (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/sys/
H A Dsx.h286 #define SA_XLOCKED LA_XLOCKED
294 #define SX_XLOCKED LA_XLOCKED
H A Drmlock.h123 #define RA_WLOCKED LA_XLOCKED
H A Dlockmgr.h205 #define KA_XLOCKED LA_XLOCKED
H A Dlock.h116 #define LA_XLOCKED 0x00000004 /* Lock is exclusively locked. */ macro
H A Drwlock.h286 #define RA_WLOCKED LA_XLOCKED
H A Dmutex.h545 #define MA_OWNED LA_XLOCKED
/freebsd/sys/dev/sfxge/
H A Dsfxge.h425 sx_assert(&(_sc)->softc_lock, LA_XLOCKED)
/freebsd/sys/kern/
H A Dsubr_witness.c2484 case LA_XLOCKED: in witness_assert()
2485 case LA_XLOCKED | LA_RECURSED: in witness_assert()
2486 case LA_XLOCKED | LA_NOTRECURSED: in witness_assert()
2493 if ((flags & LA_XLOCKED) != 0 && in witness_assert()
H A Dsys_generic.c740 locked = LA_XLOCKED; in kern_ioctl()
808 case LA_XLOCKED: in kern_ioctl()
H A Dkern_mutex.c200 what |= LA_XLOCKED; in assert_mtx()
H A Dkern_timeout.c1094 class->lc_assert(c->c_lock, LA_XLOCKED); in _callout_stop_safe()