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

/linux-master/drivers/hid/
H A Duhid.c94 __u8 newhead; local
96 newhead = (uhid->head + 1) % UHID_BUFSIZE;
98 if (newhead != uhid->tail) {
100 uhid->head = newhead;
H A Dhid-wiimote-core.c74 __u8 newhead; local
97 newhead = (wdata->queue.head + 1) % WIIMOTE_BUFSIZE;
100 wdata->queue.head = newhead;
102 } else if (newhead != wdata->queue.tail) {
103 wdata->queue.head = newhead;
/linux-master/fs/fuse/
H A Ddev.c1084 struct fuse_forget_link **newhead = &head; local
1087 for (count = 0; *newhead != NULL && count < max; count++)
1088 newhead = &(*newhead)->next;
1090 fiq->forget_list_head.next = *newhead;
1091 *newhead = NULL;

Completed in 113 milliseconds