Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/serial/
Dicom.c621 int temp_tail = port->state->xmit.tail; in icom_write() local
632 while ((port->state->xmit.head != temp_tail) && in icom_write()
636 port->state->xmit.buf[temp_tail]; in icom_write()
638 temp_tail++; in icom_write()
639 temp_tail &= (UART_XMIT_SIZE - 1); in icom_write()