Home
last modified time | relevance | path

Searched refs:SLEEPQ_SLEEP (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/kern/
H A Dkern_synch.c177 sleepq_flags = SLEEPQ_SLEEP; in _sleep()
264 sleepq_add(ident, &mtx->lock_object, wmesg, SLEEPQ_SLEEP, 0); in msleep_spin_sbt()
349 wakeup_swapper = sleepq_broadcast(ident, SLEEPQ_SLEEP, 0, 0); in wakeup()
369 wakeup_swapper = sleepq_signal(ident, SLEEPQ_SLEEP, 0, 0); in wakeup_one()
381 wakeup_swapper = sleepq_signal(ident, SLEEPQ_SLEEP | SLEEPQ_UNFAIR, in wakeup_any()
H A Dkern_timeout.c1187 SLEEPQ_SLEEP, 0); in _callout_stop_safe()
H A Dvfs_vnops.c777 sleepq_broadcast(&fp->f_vnread_flags, SLEEPQ_SLEEP, 0, 0); in foffset_unlock()
/f-stack/freebsd/sys/
H A Dsleepqueue.h81 #define SLEEPQ_SLEEP 0x00 /* Used by sleep/wakeup. */ macro
/f-stack/lib/
H A Dff_kern_timeout.c914 SLEEPQ_SLEEP, 0); in _callout_stop_safe()