Lines Matching defs:gntdev_gref
92 struct gntdev_gref;
94 STAILQ_HEAD(gref_list_head, gntdev_gref);
96 RB_HEAD(gref_tree_head, gntdev_gref);
229 struct gntdev_gref {
231 STAILQ_ENTRY(gntdev_gref) list;
232 RB_ENTRY(gntdev_gref) tree;
241 gref_cmp(struct gntdev_gref *g1, struct gntdev_gref *g2)
246 RB_GENERATE_STATIC(gref_tree_head, gntdev_gref, gref_next.tree, gref_cmp);
257 struct gntdev_gref *gref, *gref_tmp, *gref_previous;
261 STAILQ_SWAP(&cleanup_data->to_kill_grefs, &tmp_grefs, gntdev_gref);
307 static struct gntdev_gref*
311 struct gntdev_gref find_gref, *gref, *gref_start = NULL;
344 struct gntdev_gref *grefs;
431 struct gntdev_gref *gref, *gref_tmp;
886 struct gntdev_gref *gref = NULL;
935 struct gntdev_gref *gref, *gref_tmp;
1046 mmap_gref(struct per_user_data *priv_user, struct gntdev_gref *gref_start,
1050 struct gntdev_gref *gref;
1197 struct gntdev_gref *gref_start;