Searched refs:LI_SLEEPABLE (Results 1 – 1 of 1) sorted by relevance
134 #define LI_SLEEPABLE 0x00040000 /* Lock may be held while sleeping. */ macro1310 if ((lock1->li_flags & LI_SLEEPABLE) != 0 && in witness_checkorder()1331 (lock1->li_flags & LI_SLEEPABLE) == 0) in witness_checkorder()1338 if ((lock1->li_flags & LI_SLEEPABLE) == 0 && in witness_checkorder()1403 (lock1->li_flags & LI_SLEEPABLE) == 0) in witness_checkorder()1406 else if ((lock1->li_flags & LI_SLEEPABLE) == 0 in witness_checkorder()1561 instance->li_flags |= LI_SLEEPABLE; in witness_lock()1821 (lock1->li_flags & LI_SLEEPABLE) != 0) in witness_warn()