Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dsx.h288 #define SA_UNLOCKED LA_UNLOCKED
296 #define SX_UNLOCKED LA_UNLOCKED
H A Drmlock.h125 #define RA_UNLOCKED LA_UNLOCKED
H A Dlockmgr.h204 #define KA_UNLOCKED LA_UNLOCKED
H A Dlock.h114 #define LA_UNLOCKED 0x00000000 /* Lock is unlocked. */ macro
H A Drwlock.h286 #define RA_UNLOCKED LA_UNLOCKED
H A Dmutex.h546 #define MA_NOTOWNED LA_UNLOCKED
/f-stack/freebsd/kern/
H A Dsys_generic.c745 locked = LA_UNLOCKED; in kern_ioctl()
766 locked = LA_UNLOCKED; in kern_ioctl()
H A Dsubr_witness.c2450 case LA_UNLOCKED: in witness_assert()
H A Dkern_event.c311 knl->kl_assert_lock((knl)->kl_lockarg, LA_UNLOCKED); \