Searched refs:SLEEPQ_INTERRUPTIBLE (Results 1 – 8 of 8) sorted by relevance
84 #define SLEEPQ_INTERRUPTIBLE 0x100 /* Sleep is interruptible. */ macro
266 SLEEPQ_INTERRUPTIBLE, 0); in _cv_wait_sig()404 SLEEPQ_INTERRUPTIBLE, 0); in _cv_timedwait_sig_sbt()
179 sleepq_flags |= SLEEPQ_INTERRUPTIBLE; in _sleep()458 sleepq_add(wchan, NULL, wmesg, catch ? SLEEPQ_INTERRUPTIBLE : 0, 0); in _blockcount_sleep()
854 SLEEPQ_INTERRUPTIBLE : 0), SQ_EXCLUSIVE_QUEUE); in _sx_xlock_hard()1206 SLEEPQ_INTERRUPTIBLE : 0), SQ_SHARED_QUEUE); in _sx_slock_hard()
380 if (flags & SLEEPQ_INTERRUPTIBLE) { in sleepq_add()
294 SLEEPQ_INTERRUPTIBLE : 0), queue); in sleeplk()
51 SLEEPQ_INTERRUPTIBLE : 0); in linux_add_to_sleepqueue()
2107 flags = SLEEPQ_INTERRUPTIBLE | SLEEPQ_SLEEP; in linux_wait_for_common()2116 if (flags & SLEEPQ_INTERRUPTIBLE) { in linux_wait_for_common()2155 flags = SLEEPQ_INTERRUPTIBLE | SLEEPQ_SLEEP; in linux_wait_for_timeout_common()2167 if (flags & SLEEPQ_INTERRUPTIBLE) in linux_wait_for_timeout_common()