Lines Matching defs:gntdev_grant_map
46 struct gntdev_grant_map { struct
47 atomic_t in_use;
48 struct mmu_interval_notifier notifier;
49 bool notifier_init;
50 struct list_head next;
51 int index;
52 int count;
53 int flags;
54 refcount_t users;
55 struct gntdev_unmap_notify notify;
56 struct ioctl_gntdev_grant_ref *grants;
57 struct gnttab_map_grant_ref *map_ops;
58 struct gnttab_unmap_grant_ref *unmap_ops;
59 struct gnttab_map_grant_ref *kmap_ops;
60 struct gnttab_unmap_grant_ref *kunmap_ops;
61 bool *being_removed;
62 struct page **pages;
86 struct gntdev_grant_map *gntdev_alloc_map(struct gntdev_priv *priv, int count, argument