Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/hid/
Dhid-wiimote-core.c102 __u8 newhead; in wiimote_queue() local
123 newhead = (wdata->head + 1) % WIIMOTE_BUFSIZE; in wiimote_queue()
126 wdata->head = newhead; in wiimote_queue()
128 } else if (newhead != wdata->tail) { in wiimote_queue()
129 wdata->head = newhead; in wiimote_queue()
/linux-3.4.99/fs/fuse/
Ddev.c984 struct fuse_forget_link **newhead = &head; in dequeue_forget() local
987 for (count = 0; *newhead != NULL && count < max; count++) in dequeue_forget()
988 newhead = &(*newhead)->next; in dequeue_forget()
990 fc->forget_list_head.next = *newhead; in dequeue_forget()
991 *newhead = NULL; in dequeue_forget()