Searched refs:LC_SLEEPABLE (Results 1 – 10 of 10) sorted by relevance
139 if (class->lc_flags & LC_SLEEPABLE) in _cv_wait()143 if (class->lc_flags & LC_SLEEPABLE) in _cv_wait()192 if (class->lc_flags & LC_SLEEPABLE) in _cv_wait_unlock()195 if (class->lc_flags & LC_SLEEPABLE) in _cv_wait_unlock()245 if (class->lc_flags & LC_SLEEPABLE) in _cv_wait_sig()249 if (class->lc_flags & LC_SLEEPABLE) in _cv_wait_sig()305 if (class->lc_flags & LC_SLEEPABLE) in _cv_timedwait_sbt()309 if (class->lc_flags & LC_SLEEPABLE) in _cv_timedwait_sbt()368 if (class->lc_flags & LC_SLEEPABLE) in _cv_timedwait_sig_sbt()372 if (class->lc_flags & LC_SLEEPABLE) in _cv_timedwait_sig_sbt()
189 !(class->lc_flags & LC_SLEEPABLE)) { in _sleep()208 if (lock != NULL && class->lc_flags & LC_SLEEPABLE) { in _sleep()
104 .lc_flags = LC_SLEEPLOCK | LC_SLEEPABLE | LC_RECURSABLE,
1336 (LC_SPINLOCK | LC_SLEEPABLE)), ("%s: invalid lock class", in _callout_init_lock()
129 .lc_flags = LC_SLEEPLOCK | LC_SLEEPABLE | LC_RECURSABLE | LC_UPGRADABLE,
158 .lc_flags = LC_RECURSABLE | LC_SLEEPABLE | LC_SLEEPLOCK | LC_UPGRADABLE,
891 (class->lc_flags & LC_SLEEPABLE) == 0) in witness_init()
283 .lc_flags = LC_SLEEPLOCK | LC_SLEEPABLE | LC_RECURSABLE | LC_UPGRADABLE,430 .lc_flags = LC_SLEEPLOCK | LC_SLEEPABLE | LC_RECURSABLE,
1035 (LC_SPINLOCK | LC_SLEEPABLE)), ("%s: invalid lock class", in _callout_init_lock()
74 #define LC_SLEEPABLE 0x00000004 /* Sleeping allowed with this lock. */ macro