gntdev_gref
mmap_gref(struct per_user_data *priv_user, struct gntdev_gref *gref_start,
struct gntdev_gref *gref;
struct gntdev_gref *gref_start;
STAILQ_ENTRY(gntdev_gref) list;
RB_ENTRY(gntdev_gref) tree;
gref_cmp(struct gntdev_gref *g1, struct gntdev_gref *g2)
RB_GENERATE_STATIC(gref_tree_head, gntdev_gref, gref_next.tree, gref_cmp);
struct gntdev_gref *gref, *gref_tmp, *gref_previous;
STAILQ_SWAP(&cleanup_data->to_kill_grefs, &tmp_grefs, gntdev_gref);
static struct gntdev_gref*
struct gntdev_gref find_gref, *gref, *gref_start = NULL;
struct gntdev_gref *grefs;
struct gntdev_gref *gref, *gref_tmp;
struct gntdev_gref *gref = NULL;
struct gntdev_gref;
struct gntdev_gref *gref, *gref_tmp;
STAILQ_HEAD(gref_list_head, gntdev_gref);
RB_HEAD(gref_tree_head, gntdev_gref);