Searched refs:sleepq_signal (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | sleepqueue.h | 103 int sleepq_signal(const void *wchan, int flags, int pri, int queue);
|
| /f-stack/freebsd/kern/ |
| H A D | kern_synch.c | 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_condvar.c | 413 wakeup_swapper = sleepq_signal(cvp, SLEEPQ_CONDVAR, 0, in cv_signal()
|
| H A D | subr_sleepqueue.c | 898 sleepq_signal(const void *wchan, int flags, int pri, int queue) in sleepq_signal() function
|