next_gref          90 drivers/xen/gntalloc.c 	struct list_head next_gref;  /* list entry gref_list */
next_gref         115 drivers/xen/gntalloc.c 	list_for_each_entry_safe(gref, n, &gref_list, next_gref) {
next_gref         136 drivers/xen/gntalloc.c 		list_add_tail(&gref->next_gref, &queue_gref);
next_gref         209 drivers/xen/gntalloc.c 	list_del(&gref->next_gref);
next_gref         489 drivers/xen/gntalloc.c 			next = list_entry(gref->next_gref.next,
next_gref         490 drivers/xen/gntalloc.c 					  struct gntalloc_gref, next_gref);