Searched defs:wqh (Results 1 – 2 of 2) sorted by relevance
/openbsd/sys/dev/pci/drm/include/linux/ |
H A D | wait.h | 50 init_waitqueue_head(wait_queue_head_t *wqh) in init_waitqueue_head() 140 #define wait_event(wqh, condition) \ argument 146 #define wait_event_killable(wqh, condition) \ argument 154 #define wait_event_interruptible(wqh, condition) \ argument 162 #define __wait_event_intr_locked(wqh, condition) \ argument 202 #define wait_event_timeout(wqh, condition, timo) \ argument 251 #define wait_event_lock_irq(wqh, condition, mtx) \ argument 258 wake_up(wait_queue_head_t *wqh) in wake_up() 272 #define wake_up_all(wqh) wake_up(wqh) argument 275 wake_up_all_locked(wait_queue_head_t *wqh) in wake_up_all_locked() [all …]
|
/openbsd/sys/dev/pci/drm/ |
H A D | drm_linux.c | 181 prepare_to_wait(wait_queue_head_t *wqh, wait_queue_entry_t *wqe, int state) in prepare_to_wait() 192 finish_wait(wait_queue_head_t *wqh, wait_queue_entry_t *wqe) in finish_wait()
|