Searched defs:gntdev_grant_map (Results 1 – 1 of 1) sorted by relevance
51 struct gntdev_grant_map { struct52 struct list_head next;53 struct vm_area_struct *vma;54 int index;55 int count;56 int flags;57 refcount_t users;58 struct gntdev_unmap_notify notify;59 struct ioctl_gntdev_grant_ref *grants;83 struct gntdev_grant_map *gntdev_alloc_map(struct gntdev_priv *priv, int count, argument