Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/tty/serial/
Dicom.c623 int temp_tail = port->state->xmit.tail; in icom_write() local
634 while ((port->state->xmit.head != temp_tail) && in icom_write()
638 port->state->xmit.buf[temp_tail]; in icom_write()
640 temp_tail++; in icom_write()
641 temp_tail &= (UART_XMIT_SIZE - 1); in icom_write()