Home
last modified time | relevance | path

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

/linux/drivers/hid/
A Duhid.c74 __u8 newhead; in uhid_queue() local
76 newhead = (uhid->head + 1) % UHID_BUFSIZE; in uhid_queue()
78 if (newhead != uhid->tail) { in uhid_queue()
80 uhid->head = newhead; in uhid_queue()
A Dhid-wiimote-core.c74 __u8 newhead; in wiimote_queue() local
97 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()
/linux/fs/fuse/
A Ddev.c1079 struct fuse_forget_link **newhead = &head; in fuse_dequeue_forget() local
1082 for (count = 0; *newhead != NULL && count < max; count++) in fuse_dequeue_forget()
1083 newhead = &(*newhead)->next; in fuse_dequeue_forget()
1085 fiq->forget_list_head.next = *newhead; in fuse_dequeue_forget()
1086 *newhead = NULL; in fuse_dequeue_forget()

Completed in 12 milliseconds