Searched defs:gntdev_grant_map (Results 1 – 1 of 1) sorted by relevance
45 struct gntdev_grant_map { struct46 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;[all …]