Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/xen/
Dgntalloc.c91 struct list_head next_file; /* list entry file->list, if open */ member
137 list_add_tail(&gref->next_file, &queue_file); in add_grefs()
167 list_for_each_entry_safe(gref, next, &queue_file, next_file) { in add_grefs()
168 list_del(&gref->next_file); in add_grefs()
222 list_for_each_entry(gref, &priv->list, next_file) { in find_grefs()
271 struct gntalloc_gref, next_file); in gntalloc_release()
272 list_del(&gref->next_file); in gntalloc_release()
368 n = list_entry(gref->next_file.next, in gntalloc_ioctl_dealloc()
369 struct gntalloc_gref, next_file); in gntalloc_ioctl_dealloc()
370 list_del(&gref->next_file); in gntalloc_ioctl_dealloc()
[all …]