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