Home
last modified time | relevance | path

Searched refs:emptyq (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/tty/hvc/
H A Dhvsi.c62 wait_queue_head_t emptyq; /* woken when outbuf is emptied */ member
749 wait_event_timeout(hp->emptyq, (hp->n_outbuf <= 0), HVSI_TIMEOUT); in hvsi_flush_output()
885 wake_up_all(&hp->emptyq); in hvsi_write_worker()
1201 init_waitqueue_head(&hp->emptyq); in hvsi_console_init()