Searched refs:sleepq_signal (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/sys/ |
H A D | sleepqueue.h | 49 * 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 D | linux_schedule.c | 107 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 D | linux_compat.c | 2082 sleepq_signal(c, SLEEPQ_SLEEP, 0, 0); in linux_complete_common()
|
/freebsd/sys/kern/ |
H A D | kern_synch.c | 361 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 D | kern_condvar.c | 450 sleepq_signal(cvp, SLEEPQ_CONDVAR | SLEEPQ_DROP, 0, 0); in cv_signal()
|
H A D | subr_sleepqueue.c | 925 sleepq_signal(const void *wchan, int flags, int pri, int queue) in sleepq_signal() function
|
/freebsd/sys/dev/qat/qat_common/ |
H A D | adf_aer.c | 36 sleepq_signal(c, SLEEPQ_SLEEP, 0, 0); in linux_complete_common()
|