Lines Matching defs:gntdev_grant_map
45 struct gntdev_grant_map { struct
46 struct mmu_interval_notifier notifier;
47 struct list_head next;
48 struct vm_area_struct *vma;
49 int index;
50 int count;
51 int flags;
52 refcount_t users;
53 struct gntdev_unmap_notify notify;
54 struct ioctl_gntdev_grant_ref *grants;
78 struct gntdev_grant_map *gntdev_alloc_map(struct gntdev_priv *priv, int count, argument