Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dsleepqueue.h49 * sleepq_signal() or sleepq_broadcast() functions. Sleepq_signal() wakes
57 * sleepq_signal(). These routines each return a boolean that will be true
103 void sleepq_signal(const void *wchan, int flags, int pri, int queue);
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_schedule.c107 sleepq_signal(task, SLEEPQ_SLEEP, 0, 0); in wake_up_task()
332 sleepq_signal(wchan, SLEEPQ_SLEEP, 0, 0); in linux_schedule_timeout()
H A Dlinux_compat.c2082 sleepq_signal(c, SLEEPQ_SLEEP, 0, 0); in linux_complete_common()
/freebsd/sys/kern/
H A Dkern_synch.c361 sleepq_signal(ident, SLEEPQ_SLEEP | SLEEPQ_DROP, 0, 0);
368 sleepq_signal(ident, SLEEPQ_SLEEP | SLEEPQ_UNFAIR | SLEEPQ_DROP, 0, 0); in wakeup_one()
H A Dkern_condvar.c450 sleepq_signal(cvp, SLEEPQ_CONDVAR | SLEEPQ_DROP, 0, 0); in cv_signal()
H A Dsubr_sleepqueue.c925 sleepq_signal(const void *wchan, int flags, int pri, int queue) in sleepq_signal() function
/freebsd/sys/dev/qat/qat_common/
H A Dadf_aer.c36 sleepq_signal(c, SLEEPQ_SLEEP, 0, 0); in linux_complete_common()