HVSI_TIMEOUT      515 drivers/tty/hvc/hvsi.c 	unsigned long end_jiffies = jiffies + HVSI_TIMEOUT;
HVSI_TIMEOUT      534 drivers/tty/hvc/hvsi.c 	if (!wait_event_timeout(hp->stateq, (hp->state == state), HVSI_TIMEOUT))
HVSI_TIMEOUT      612 drivers/tty/hvc/hvsi.c 	unsigned long end_jiffies = jiffies + HVSI_TIMEOUT;
HVSI_TIMEOUT      749 drivers/tty/hvc/hvsi.c 	wait_event_timeout(hp->emptyq, (hp->n_outbuf <= 0), HVSI_TIMEOUT);