Lines Matching defs:wait
95 #include <linux/wait.h>
444 static __poll_t hung_up_tty_poll(struct file *filp, poll_table *wait)
929 /* We want to wait for the line discipline to sort out in this
1772 * wait queues and kick everyone out _before_ actually starting to
1810 tty_warn(tty, "read/write wait queue active!\n");
2175 * @wait: poll wait structures to update
2184 static __poll_t tty_poll(struct file *filp, poll_table *wait)
2195 return hung_up_tty_poll(filp, wait);
2197 ret = ld->ops->poll(tty, filp, wait);
2708 /* non-zero arg means wait for all output data
2780 unsigned short closing_wait; /* time to wait before closing */
2971 * This code could be nicer; ideally it should send a HUP, wait a few