Lines Matching defs:gref_start
311 struct gntdev_gref find_gref, *gref, *gref_start = NULL;
316 gref_start = RB_FIND(gref_tree_head, &priv_user->gref_tree, &find_gref);
317 for (gref = gref_start; gref != NULL && count > 0; gref =
328 return (gref_start);
1046 mmap_gref(struct per_user_data *priv_user, struct gntdev_gref *gref_start,
1059 for (gref = gref_start; gref != NULL && count > 0; gref =
1197 struct gntdev_gref *gref_start;
1207 gref_start = gntdev_find_grefs(priv_user, *offset, count);
1208 if (gref_start) {
1209 error = mmap_gref(priv_user, gref_start, count, size, object);