Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/tty/serial/
Dicom.c883 int temp_tail = port->state->xmit.tail; in icom_write() local
894 while ((port->state->xmit.head != temp_tail) && in icom_write()
898 port->state->xmit.buf[temp_tail]; in icom_write()
900 temp_tail++; in icom_write()
901 temp_tail &= (UART_XMIT_SIZE - 1); in icom_write()