Home
last modified time | relevance | path

Searched refs:LOP_NOSLEEP (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/sys/
H A Dlock.h109 #define LOP_NOSLEEP 0x00000020 /* Non-sleepable despite LO_SLEEPABLE */ macro
/freebsd/sys/kern/
H A Dsubr_witness.c1320 (flags & LOP_NOSLEEP) == 0 && in witness_checkorder()
1331 (flags & LOP_NOSLEEP) == 0 && in witness_checkorder()
1403 (flags & LOP_NOSLEEP) == 0 && in witness_checkorder()
1498 (flags & LOP_NOSLEEP) == 0)) { in witness_checkorder()
1561 if ((lock->lo_flags & LO_SLEEPABLE) != 0 && (flags & LOP_NOSLEEP) == 0) in witness_lock()
H A Dkern_rmlock.c661 LOP_NEWORDER | LOP_NOSLEEP, file, line, NULL); in _rm_rlock_debug()
671 WITNESS_LOCK(&rm->lock_object, LOP_NOSLEEP, file, line); in _rm_rlock_debug()