Home
last modified time | relevance | path

Searched refs:sleepq_signal (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/sys/
H A Dsleepqueue.h103 int sleepq_signal(const void *wchan, int flags, int pri, int queue);
/f-stack/freebsd/kern/
H A Dkern_synch.c369 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_condvar.c413 wakeup_swapper = sleepq_signal(cvp, SLEEPQ_CONDVAR, 0, in cv_signal()
H A Dsubr_sleepqueue.c898 sleepq_signal(const void *wchan, int flags, int pri, int queue) in sleepq_signal() function