Searched refs:LI_NORELEASE (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/sys/kern/
H A Dsubr_witness.c131 #define LI_NORELEASE 0x00020000 /* Lock not allowed to be released. */ macro
1637 if ((instance->li_flags & LI_NORELEASE) != 0 && witness_watch > 0) {
2458 witness_setflag(lock, LI_NORELEASE, 1);
2465 witness_setflag(lock, LI_NORELEASE, 0);

Completed in 73 milliseconds