Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsubr_witness.c133 #define LI_NORELEASE 0x00020000 /* Lock not allowed to be released. */ macro
1727 if ((instance->li_flags & LI_NORELEASE) != 0 && witness_watch > 0) { in witness_unlock()
2535 witness_setflag(lock, LI_NORELEASE, 1); in witness_norelease()
2542 witness_setflag(lock, LI_NORELEASE, 0); in witness_releaseok()