Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/media/lirc/
Dlirc_sir.c316 unsigned int new_rx_tail; in add_read_queue() local
337 new_rx_tail = (rx_tail + 1) & (RBUF_LEN - 1); in add_read_queue()
338 if (new_rx_tail == rx_head) { in add_read_queue()
343 rx_tail = new_rx_tail; in add_read_queue()