Searched refs:newhead (Results 1 – 1 of 1) sorted by relevance
74 __u8 newhead; in wiimote_queue() local97 newhead = (wdata->queue.head + 1) % WIIMOTE_BUFSIZE; in wiimote_queue()100 wdata->queue.head = newhead; in wiimote_queue()102 } else if (newhead != wdata->queue.tail) { in wiimote_queue()103 wdata->queue.head = newhead; in wiimote_queue()