next_file          91 drivers/xen/gntalloc.c 	struct list_head next_file;  /* list entry file->list, if open */
next_file         137 drivers/xen/gntalloc.c 		list_add_tail(&gref->next_file, &queue_file);
next_file         167 drivers/xen/gntalloc.c 	list_for_each_entry_safe(gref, next, &queue_file, next_file) {
next_file         168 drivers/xen/gntalloc.c 		list_del(&gref->next_file);
next_file         222 drivers/xen/gntalloc.c 	list_for_each_entry(gref, &priv->list, next_file) {
next_file         271 drivers/xen/gntalloc.c 			struct gntalloc_gref, next_file);
next_file         272 drivers/xen/gntalloc.c 		list_del(&gref->next_file);
next_file         368 drivers/xen/gntalloc.c 			n = list_entry(gref->next_file.next,
next_file         369 drivers/xen/gntalloc.c 				struct gntalloc_gref, next_file);
next_file         370 drivers/xen/gntalloc.c 			list_del(&gref->next_file);
next_file         553 drivers/xen/gntalloc.c 		gref = list_entry(gref->next_file.next,
next_file         554 drivers/xen/gntalloc.c 				struct gntalloc_gref, next_file);