Lines Matching defs:gref_ids
122 uint32_t *gref_ids, struct gntalloc_file_private_data *priv)
152 gref_ids[i] = gref->gref_id = rc;
277 uint32_t *gref_ids;
286 gref_ids = kcalloc(op.count, sizeof(gref_ids[0]), GFP_KERNEL);
287 if (!gref_ids) {
308 rc = add_grefs(&op, gref_ids, priv);
323 if (copy_to_user(arg->gref_ids, gref_ids,
324 sizeof(gref_ids[0]) * op.count)) {
330 kfree(gref_ids);