Searched refs:LC_SLEEPABLE (Results 1 – 8 of 8) sorted by relevance
146 if (class->lc_flags & LC_SLEEPABLE) in _cv_wait()150 if (class->lc_flags & LC_SLEEPABLE) in _cv_wait()207 if (class->lc_flags & LC_SLEEPABLE) in _cv_wait_unlock()210 if (class->lc_flags & LC_SLEEPABLE) in _cv_wait_unlock()268 if (class->lc_flags & LC_SLEEPABLE) in _cv_wait_sig()272 if (class->lc_flags & LC_SLEEPABLE) in _cv_wait_sig()336 if (class->lc_flags & LC_SLEEPABLE) in _cv_timedwait_sbt()340 if (class->lc_flags & LC_SLEEPABLE) in _cv_timedwait_sbt()407 if (class->lc_flags & LC_SLEEPABLE) in _cv_timedwait_sig_sbt()411 if (class->lc_flags & LC_SLEEPABLE) in _cv_timedwait_sig_sbt()
189 !(class->lc_flags & LC_SLEEPABLE)) { in _sleep()210 if (lock != NULL && class->lc_flags & LC_SLEEPABLE) { in _sleep()
102 .lc_flags = LC_SLEEPLOCK | LC_SLEEPABLE | LC_RECURSABLE,
127 .lc_flags = LC_SLEEPLOCK | LC_SLEEPABLE | LC_RECURSABLE | LC_UPGRADABLE,
1369 KASSERT(lock == NULL || !(LOCK_CLASS(lock)->lc_flags & LC_SLEEPABLE), in _callout_init_lock()
163 .lc_flags = LC_RECURSABLE | LC_SLEEPABLE | LC_SLEEPLOCK | LC_UPGRADABLE,
892 (class->lc_flags & LC_SLEEPABLE) == 0) in witness_init()
73 #define LC_SLEEPABLE 0x00000004 /* Sleeping allowed with this lock. */ macro