Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dserial_core.h835 wait_queue_head_t remove_wait; member
/linux/drivers/tty/serial/
H A Dserial_core.c75 wake_up(&uport->state->remove_wait); in uart_port_deref()
3058 init_waitqueue_head(&state->remove_wait); in serial_core_add_one_port()
3179 wait_event(state->remove_wait, !atomic_read(&state->refcount)); in serial_core_remove_one_port()