Home
last modified time | relevance | path

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

/freebsd-14.2/sys/sys/
H A Dsleepqueue.h84 #define SLEEPQ_INTERRUPTIBLE 0x100 /* Sleep is interruptible. */ macro
/freebsd-14.2/sys/kern/
H A Dkern_condvar.c266 SLEEPQ_INTERRUPTIBLE, 0); in _cv_wait_sig()
404 SLEEPQ_INTERRUPTIBLE, 0); in _cv_timedwait_sig_sbt()
H A Dkern_synch.c179 sleepq_flags |= SLEEPQ_INTERRUPTIBLE; in _sleep()
458 sleepq_add(wchan, NULL, wmesg, catch ? SLEEPQ_INTERRUPTIBLE : 0, 0); in _blockcount_sleep()
H A Dkern_sx.c854 SLEEPQ_INTERRUPTIBLE : 0), SQ_EXCLUSIVE_QUEUE); in _sx_xlock_hard()
1206 SLEEPQ_INTERRUPTIBLE : 0), SQ_SHARED_QUEUE); in _sx_slock_hard()
H A Dsubr_sleepqueue.c380 if (flags & SLEEPQ_INTERRUPTIBLE) { in sleepq_add()
H A Dkern_lock.c294 SLEEPQ_INTERRUPTIBLE : 0), queue); in sleeplk()
/freebsd-14.2/sys/compat/linuxkpi/common/src/
H A Dlinux_schedule.c51 SLEEPQ_INTERRUPTIBLE : 0); in linux_add_to_sleepqueue()
H A Dlinux_compat.c2107 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()