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()328 if (class->lc_flags & LC_SLEEPABLE) in _cv_wait_sig_unlock()332 if (class->lc_flags & LC_SLEEPABLE) in _cv_wait_sig_unlock()391 if (class->lc_flags & LC_SLEEPABLE) in _cv_timedwait_sbt()395 if (class->lc_flags & LC_SLEEPABLE) in _cv_timedwait_sbt()[all …]
188 !(class->lc_flags & LC_SLEEPABLE)) { in _sleep()209 if (lock != NULL && class->lc_flags & LC_SLEEPABLE) { in _sleep()
102 .lc_flags = LC_SLEEPLOCK | LC_SLEEPABLE | LC_RECURSABLE,
126 .lc_flags = LC_SLEEPLOCK | LC_SLEEPABLE | LC_RECURSABLE | LC_UPGRADABLE,
1353 KASSERT(!(LOCK_CLASS(lock)->lc_flags & LC_SLEEPABLE), in _callout_init_lock()
159 .lc_flags = LC_RECURSABLE | LC_SLEEPABLE | LC_SLEEPLOCK | LC_UPGRADABLE,
990 (class->lc_flags & LC_SLEEPABLE) == 0) in witness_init()
74 #define LC_SLEEPABLE 0x00000004 /* Sleeping allowed with this lock. */ macro