Searched defs:wqh (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | wait.h | 115 #define init_waitqueue_head(wqh) do { \ argument 121 #define __init_waitqueue_head(wqh, name, lk) init_waitqueue_head(wqh) argument 128 #define wake_up(wqh) \ argument 130 #define wake_up_all(wqh) \ argument 132 #define wake_up_locked(wqh) \ argument 134 #define wake_up_all_locked(wqh) \ argument 136 #define wake_up_interruptible(wqh) \ argument 138 #define wake_up_interruptible_all(wqh) \ argument 149 #define __wait_event_common(wqh, cond, timeout, state, lock) ({ \ argument 180 #define wait_event(wqh, cond) do { \ argument [all …]
|
H A D | fs.h | 74 struct wait_queue_head *wqh; member
|
/freebsd/sys/compat/linuxkpi/common/src/ |
H A D | linux_schedule.c | 199 linux_wake_up(wait_queue_head_t * wqh,unsigned int state,int nr,bool locked) linux_wake_up() argument 219 linux_prepare_to_wait(wait_queue_head_t * wqh,wait_queue_t * wq,int state) linux_prepare_to_wait() argument 230 linux_finish_wait(wait_queue_head_t * wqh,wait_queue_t * wq) linux_finish_wait() argument 243 linux_waitqueue_active(wait_queue_head_t * wqh) linux_waitqueue_active() argument 254 linux_wait_event_common(wait_queue_head_t * wqh,wait_queue_t * wq,int timeout,unsigned int state,spinlock_t * lock) linux_wait_event_common() argument [all...] |
H A D | linux_compat.c | 1019 linux_poll_wait(struct linux_file *filp, wait_queue_head_t *wqh, poll_table *p) in linux_poll_wait()
|
/freebsd/sys/dev/netmap/ |
H A D | netmap_kloop.c | 453 wait_queue_head_t *wqh; member 480 sync_kloop_poll_table_queue_proc(struct file *file, wait_queue_head_t *wqh, in sync_kloop_poll_table_queue_proc()
|