Searched refs:SLEEPQ_SLEEP (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | kern_synch.c | 177 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 D | kern_timeout.c | 1187 SLEEPQ_SLEEP, 0); in _callout_stop_safe()
|
| H A D | vfs_vnops.c | 777 sleepq_broadcast(&fp->f_vnread_flags, SLEEPQ_SLEEP, 0, 0); in foffset_unlock()
|
| /f-stack/freebsd/sys/ |
| H A D | sleepqueue.h | 81 #define SLEEPQ_SLEEP 0x00 /* Used by sleep/wakeup. */ macro
|
| /f-stack/lib/ |
| H A D | ff_kern_timeout.c | 914 SLEEPQ_SLEEP, 0); in _callout_stop_safe()
|