Searched refs:next_file (Results 1 – 1 of 1) sorted by relevance
/linux-2.6.39/drivers/xen/ |
D | gntalloc.c | 89 struct list_head next_file; /* list entry file->list, if open */ member 128 list_add_tail(&gref->next_file, &queue_file); in add_grefs() 157 list_for_each_entry(gref, &queue_file, next_file) { in add_grefs() 208 list_for_each_entry(gref, &priv->list, next_file) { in find_grefs() 257 struct gntalloc_gref, next_file); in gntalloc_release() 258 list_del(&gref->next_file); in gntalloc_release() 354 n = list_entry(gref->next_file.next, in gntalloc_ioctl_dealloc() 355 struct gntalloc_gref, next_file); in gntalloc_ioctl_dealloc() 356 list_del(&gref->next_file); in gntalloc_ioctl_dealloc() 486 gref = list_entry(gref->next_file.next, in gntalloc_mmap() [all …]
|