Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dsx.h287 #define SA_XLOCKED LA_XLOCKED
295 #define SX_XLOCKED LA_XLOCKED
H A Drmlock.h124 #define RA_WLOCKED LA_XLOCKED
H A Dlockmgr.h203 #define KA_XLOCKED LA_XLOCKED
H A Dlock.h117 #define LA_XLOCKED 0x00000004 /* Lock is exclusively locked. */ macro
H A Drwlock.h285 #define RA_WLOCKED LA_XLOCKED
H A Dmutex.h545 #define MA_OWNED LA_XLOCKED
/f-stack/freebsd/kern/
H A Dsubr_witness.c2462 case LA_XLOCKED: in witness_assert()
2463 case LA_XLOCKED | LA_RECURSED: in witness_assert()
2464 case LA_XLOCKED | LA_NOTRECURSED: in witness_assert()
2471 if ((flags & LA_XLOCKED) != 0 && in witness_assert()
H A Dsys_generic.c738 locked = LA_XLOCKED; in kern_ioctl()
806 case LA_XLOCKED: in kern_ioctl()
H A Dkern_mutex.c202 what |= LA_XLOCKED; in assert_mtx()
H A Dkern_timeout.c1075 class->lc_assert(c->c_lock, LA_XLOCKED); in _callout_stop_safe()
/f-stack/lib/
H A Dff_kern_timeout.c813 class->lc_assert(c->c_lock, LA_XLOCKED); in _callout_stop_safe()