emptyq             62 drivers/tty/hvc/hvsi.c 	wait_queue_head_t emptyq; /* woken when outbuf is emptied */
emptyq            749 drivers/tty/hvc/hvsi.c 	wait_event_timeout(hp->emptyq, (hp->n_outbuf <= 0), HVSI_TIMEOUT);
emptyq            885 drivers/tty/hvc/hvsi.c 		wake_up_all(&hp->emptyq);
emptyq           1187 drivers/tty/hvc/hvsi.c 		init_waitqueue_head(&hp->emptyq);