Lines Matching defs:wait
45 #include <linux/wait.h>
424 /* Kick the wait queue in case somebody was waiting if we actually
469 wait_queue_entry_t wait;
493 /* We have a conflict, we wait until somebody kicks the
499 init_waitqueue_entry(&wait, current);
500 add_wait_queue(&vga_wait_queue, &wait);
506 remove_wait_queue(&vga_wait_queue, &wait);
511 remove_wait_queue(&vga_wait_queue, &wait);
1317 static __poll_t vga_arb_fpoll(struct file *file, poll_table *wait)
1321 poll_wait(file, &vga_wait_queue, wait);