Lines Matching refs:ref
374 int err, ref, ref_cnt = 0; in map_data_for_request() local
419 ref = gnttab_claim_grant_reference(&gref_head); in map_data_for_request()
420 BUG_ON(ref == -ENOSPC); in map_data_for_request()
422 gnttab_grant_foreign_access_ref(ref, in map_data_for_request()
425 shadow->gref[ref_cnt] = ref; in map_data_for_request()
426 ring_req->seg[ref_cnt].gref = ref; in map_data_for_request()
453 ref = gnttab_claim_grant_reference(&gref_head); in map_data_for_request()
454 BUG_ON(ref == -ENOSPC); in map_data_for_request()
456 gnttab_grant_foreign_access_ref(ref, in map_data_for_request()
461 shadow->gref[ref_cnt] = ref; in map_data_for_request()
462 seg->gref = ref; in map_data_for_request()