Searched refs:LI_SLEEPABLE (Results 1 – 1 of 1) sorted by relevance
132 #define LI_SLEEPABLE 0x00040000 /* Lock may be held while sleeping. */ macro1311 if ((lock1->li_flags & LI_SLEEPABLE) != 0 && in witness_checkorder()1332 (lock1->li_flags & LI_SLEEPABLE) == 0) in witness_checkorder()1339 if ((lock1->li_flags & LI_SLEEPABLE) == 0 && in witness_checkorder()1404 (lock1->li_flags & LI_SLEEPABLE) == 0) in witness_checkorder()1407 else if ((lock1->li_flags & LI_SLEEPABLE) == 0 in witness_checkorder()1562 instance->li_flags |= LI_SLEEPABLE; in witness_lock()1822 (lock1->li_flags & LI_SLEEPABLE) != 0) in witness_warn()