Searched refs:LI_NORELEASE (Results 1 – 1 of 1) sorted by relevance
133 #define LI_NORELEASE 0x00020000 /* Lock not allowed to be released. */ macro1727 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()