Searched refs:SLEEPQ_INTERRUPTIBLE (Results 1 – 8 of 8) sorted by relevance
86 #define SLEEPQ_INTERRUPTIBLE 0x100 /* Sleep is interruptible. */ macro
243 SLEEPQ_INTERRUPTIBLE, 0); in _cv_wait_sig()365 SLEEPQ_INTERRUPTIBLE, 0); in _cv_timedwait_sig_sbt()
175 sleepq_flags |= SLEEPQ_INTERRUPTIBLE; in _sleep()
855 SLEEPQ_INTERRUPTIBLE : 0), SQ_EXCLUSIVE_QUEUE); in _sx_xlock_hard()1216 SLEEPQ_INTERRUPTIBLE : 0), SQ_SHARED_QUEUE); in _sx_slock_hard()
371 if (flags & SLEEPQ_INTERRUPTIBLE) { in sleepq_add()
287 SLEEPQ_INTERRUPTIBLE : 0), queue); in sleeplk()
53 SLEEPQ_INTERRUPTIBLE : 0); in linux_add_to_sleepqueue()
2089 flags = SLEEPQ_INTERRUPTIBLE | SLEEPQ_SLEEP; in linux_wait_for_common()2098 if (flags & SLEEPQ_INTERRUPTIBLE) { in linux_wait_for_common()2137 flags = SLEEPQ_INTERRUPTIBLE | SLEEPQ_SLEEP; in linux_wait_for_timeout_common()2149 if (flags & SLEEPQ_INTERRUPTIBLE) in linux_wait_for_timeout_common()