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

/linux-4.4.14/drivers/xen/
H A Dgntalloc.c91 struct list_head next_file; /* list entry file->list, if open */ member in struct:gntalloc_gref
136 list_add_tail(&gref->next_file, &queue_file); add_grefs()
164 list_for_each_entry_safe(gref, next, &queue_file, next_file) { add_grefs()
165 list_del(&gref->next_file); add_grefs()
219 list_for_each_entry(gref, &priv->list, next_file) { find_grefs()
268 struct gntalloc_gref, next_file); gntalloc_release()
269 list_del(&gref->next_file); gntalloc_release()
365 n = list_entry(gref->next_file.next, gntalloc_ioctl_dealloc()
366 struct gntalloc_gref, next_file); gntalloc_ioctl_dealloc()
367 list_del(&gref->next_file); gntalloc_ioctl_dealloc()
550 gref = list_entry(gref->next_file.next, gntalloc_mmap()
551 struct gntalloc_gref, next_file); gntalloc_mmap()

Completed in 178 milliseconds