Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/
Dn_r3964.c324 struct r3964_block_header *pFind; in remove_from_rx_queue() local
346 for (pFind = pInfo->rx_first; pFind; pFind = pFind->next) { in remove_from_rx_queue()
347 if (pFind->next == pHeader) { in remove_from_rx_queue()
349 pFind->next = pHeader->next; in remove_from_rx_queue()
351 if (pFind->next == NULL) { in remove_from_rx_queue()
353 pInfo->rx_last = pFind; in remove_from_rx_queue()