Home
last modified time | relevance | path

Searched defs:gntdev_grant_map (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/xen/
Dgntdev-common.h51 struct gntdev_grant_map { struct
52 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