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() [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,
1353 KASSERT(!(LOCK_CLASS(lock)->lc_flags & LC_SLEEPABLE), in _callout_init_lock()
126 .lc_flags = LC_SLEEPLOCK | LC_SLEEPABLE | LC_RECURSABLE | LC_UPGRADABLE,
159 .lc_flags = LC_RECURSABLE | LC_SLEEPABLE | LC_SLEEPLOCK | LC_UPGRADABLE,
898 (class->lc_flags & LC_SLEEPABLE) == 0) in witness_init()
74 #define LC_SLEEPABLE 0x00000004 /* Sleeping allowed with this lock. */ macro