Searched refs:var_waitq (Results 1 – 2 of 2) sorted by relevance
16 extern wait_queue_head_t var_waitq;21 wake_up(&var_waitq); in wake_up_var()25 wait_event(var_waitq, (condition))28 wait_event_interruptible(var_waitq, condition)31 wait_event_killable(var_waitq, (condition))
2763 wait_queue_head_t var_waitq; variable2857 init_waitqueue_head(&var_waitq); in drm_linux_init()