Searched refs:newhead (Results 1 – 3 of 3) sorted by relevance
94 __u8 newhead; in uhid_queue() local 96 newhead = (uhid->head + 1) % UHID_BUFSIZE; in uhid_queue() 98 if (newhead != uhid->tail) { in uhid_queue() 100 uhid->head = newhead; in uhid_queue()
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()
1405 struct fuse_forget_link **newhead = &head;1408 for (count = 0; *newhead != NULL && count < max; count++)1409 newhead = &(*newhead)->next;1411 fiq->forget_list_head.next = *newhead; in fuse_dev_do_read() 1412 *newhead = NULL; in fuse_dev_do_read() 1292 struct fuse_forget_link **newhead = &head; fuse_dequeue_forget() local