gref_ids          122 drivers/xen/gntalloc.c 	uint32_t *gref_ids, struct gntalloc_file_private_data *priv)
gref_ids          152 drivers/xen/gntalloc.c 		gref_ids[i] = gref->gref_id = rc;
gref_ids          288 drivers/xen/gntalloc.c 	uint32_t *gref_ids;
gref_ids          297 drivers/xen/gntalloc.c 	gref_ids = kcalloc(op.count, sizeof(gref_ids[0]), GFP_KERNEL);
gref_ids          298 drivers/xen/gntalloc.c 	if (!gref_ids) {
gref_ids          319 drivers/xen/gntalloc.c 	rc = add_grefs(&op, gref_ids, priv);
gref_ids          334 drivers/xen/gntalloc.c 	if (copy_to_user(arg->gref_ids, gref_ids,
gref_ids          335 drivers/xen/gntalloc.c 			sizeof(gref_ids[0]) * op.count)) {
gref_ids          341 drivers/xen/gntalloc.c 	kfree(gref_ids);
gref_ids           34 include/uapi/xen/gntalloc.h 	__u32 gref_ids[1];