Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
1200 init_waitqueue_head(&hp->emptyq); in hvsi_console_init()
/kernel/linux/linux-6.6/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()

Completed in 4 milliseconds