Lines Matching defs:gntdev_gmap
93 struct gntdev_gmap;
95 STAILQ_HEAD(gmap_list_head, gntdev_gmap);
97 RB_HEAD(gmap_tree_head, gntdev_gmap);
473 struct gntdev_gmap {
475 STAILQ_ENTRY(gntdev_gmap) list;
476 RB_ENTRY(gntdev_gmap) tree;
486 gmap_cmp(struct gntdev_gmap *g1, struct gntdev_gmap *g2)
491 RB_GENERATE_STATIC(gmap_tree_head, gntdev_gmap, gmap_next.tree, gmap_cmp);
502 struct gntdev_gmap *gmap, *gmap_tmp, *gmap_previous;
506 STAILQ_SWAP(&cleanup_data->to_kill_gmaps, &tmp_gmaps, gntdev_gmap);
538 static struct gntdev_gmap*
542 struct gntdev_gmap find_gmap, *gmap;
562 notify_unmap_cleanup(struct gntdev_gmap *gmap)
631 struct gntdev_gmap *gmap;
686 struct gntdev_gmap *gmap;
736 struct gntdev_gmap *gmap;
781 notify_unmap_cleanup((struct gntdev_gmap *)handle);
788 struct gntdev_gmap *gmap = object->handle;
887 struct gntdev_gmap *gmap;
936 struct gntdev_gmap *gmap, *gmap_tmp;
1087 mmap_gmap(struct per_user_data *priv_user, struct gntdev_gmap *gmap_start,
1198 struct gntdev_gmap *gmap_start;