Home
last modified time | relevance | path

Searched refs:SLEEPQ_INTERRUPTIBLE (Results 1 – 8 of 8) sorted by relevance

/freebsd-12-stable/sys/sys/
Dsleepqueue.h86 #define SLEEPQ_INTERRUPTIBLE 0x100 /* Sleep is interruptible. */ macro
/freebsd-12-stable/sys/kern/
Dkern_condvar.c243 SLEEPQ_INTERRUPTIBLE, 0); in _cv_wait_sig()
365 SLEEPQ_INTERRUPTIBLE, 0); in _cv_timedwait_sig_sbt()
Dkern_synch.c175 sleepq_flags |= SLEEPQ_INTERRUPTIBLE; in _sleep()
Dkern_sx.c855 SLEEPQ_INTERRUPTIBLE : 0), SQ_EXCLUSIVE_QUEUE); in _sx_xlock_hard()
1216 SLEEPQ_INTERRUPTIBLE : 0), SQ_SHARED_QUEUE); in _sx_slock_hard()
Dsubr_sleepqueue.c371 if (flags & SLEEPQ_INTERRUPTIBLE) { in sleepq_add()
Dkern_lock.c287 SLEEPQ_INTERRUPTIBLE : 0), queue); in sleeplk()
/freebsd-12-stable/sys/compat/linuxkpi/common/src/
Dlinux_schedule.c53 SLEEPQ_INTERRUPTIBLE : 0); in linux_add_to_sleepqueue()
Dlinux_compat.c2089 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()