newhead            74 drivers/hid/hid-wiimote-core.c 	__u8 newhead;
newhead            97 drivers/hid/hid-wiimote-core.c 	newhead = (wdata->queue.head + 1) % WIIMOTE_BUFSIZE;
newhead           100 drivers/hid/hid-wiimote-core.c 		wdata->queue.head = newhead;
newhead           102 drivers/hid/hid-wiimote-core.c 	} else if (newhead != wdata->queue.tail) {
newhead           103 drivers/hid/hid-wiimote-core.c 		wdata->queue.head = newhead;
newhead            74 drivers/hid/uhid.c 	__u8 newhead;
newhead            76 drivers/hid/uhid.c 	newhead = (uhid->head + 1) % UHID_BUFSIZE;
newhead            78 drivers/hid/uhid.c 	if (newhead != uhid->tail) {
newhead            80 drivers/hid/uhid.c 		uhid->head = newhead;
newhead          1056 fs/fuse/dev.c  	struct fuse_forget_link **newhead = &head;
newhead          1059 fs/fuse/dev.c  	for (count = 0; *newhead != NULL && count < max; count++)
newhead          1060 fs/fuse/dev.c  		newhead = &(*newhead)->next;
newhead          1062 fs/fuse/dev.c  	fiq->forget_list_head.next = *newhead;
newhead          1063 fs/fuse/dev.c  	*newhead = NULL;