cur_ref           535 drivers/xen/gntdev-dmabuf.c 		int cur_ref;
cur_ref           537 drivers/xen/gntdev-dmabuf.c 		cur_ref = gnttab_claim_grant_reference(&priv_gref_head);
cur_ref           538 drivers/xen/gntdev-dmabuf.c 		if (cur_ref < 0) {
cur_ref           539 drivers/xen/gntdev-dmabuf.c 			ret = cur_ref;
cur_ref           544 drivers/xen/gntdev-dmabuf.c 		gnttab_grant_foreign_access_ref(cur_ref, domid,
cur_ref           546 drivers/xen/gntdev-dmabuf.c 		refs[i] = cur_ref;
cur_ref           407 drivers/xen/xen-front-pgdir-shbuf.c 	int i, cur_ref, otherend_id;
cur_ref           411 drivers/xen/xen-front-pgdir-shbuf.c 		cur_ref = gnttab_claim_grant_reference(priv_gref_head);
cur_ref           412 drivers/xen/xen-front-pgdir-shbuf.c 		if (cur_ref < 0)
cur_ref           413 drivers/xen/xen-front-pgdir-shbuf.c 			return cur_ref;
cur_ref           415 drivers/xen/xen-front-pgdir-shbuf.c 		gnttab_grant_foreign_access_ref(cur_ref, otherend_id,
cur_ref           418 drivers/xen/xen-front-pgdir-shbuf.c 		buf->grefs[gref_idx++] = cur_ref;
cur_ref           435 drivers/xen/xen-front-pgdir-shbuf.c 	int ret, i, j, cur_ref;
cur_ref           451 drivers/xen/xen-front-pgdir-shbuf.c 		cur_ref = gnttab_claim_grant_reference(&priv_gref_head);
cur_ref           452 drivers/xen/xen-front-pgdir-shbuf.c 		if (cur_ref < 0)
cur_ref           453 drivers/xen/xen-front-pgdir-shbuf.c 			return cur_ref;
cur_ref           457 drivers/xen/xen-front-pgdir-shbuf.c 		gnttab_grant_foreign_access_ref(cur_ref, otherend_id, frame, 0);
cur_ref           458 drivers/xen/xen-front-pgdir-shbuf.c 		buf->grefs[j++] = cur_ref;