temp_tail 619 drivers/tty/serial/icom.c int temp_tail = port->state->xmit.tail; temp_tail 630 drivers/tty/serial/icom.c while ((port->state->xmit.head != temp_tail) && temp_tail 634 drivers/tty/serial/icom.c port->state->xmit.buf[temp_tail]; temp_tail 636 drivers/tty/serial/icom.c temp_tail++; temp_tail 637 drivers/tty/serial/icom.c temp_tail &= (UART_XMIT_SIZE - 1);