Lines Matching refs:ref
374 int err, ref, ref_cnt = 0; in map_data_for_request() local
420 ref = gnttab_claim_grant_reference(&gref_head); in map_data_for_request()
421 BUG_ON(ref == -ENOSPC); in map_data_for_request()
424 gnttab_grant_foreign_access_ref(ref, in map_data_for_request()
426 shadow->gref[ref_cnt] = ref; in map_data_for_request()
427 ring_req->seg[ref_cnt].gref = ref; in map_data_for_request()
454 ref = gnttab_claim_grant_reference(&gref_head); in map_data_for_request()
455 BUG_ON(ref == -ENOSPC); in map_data_for_request()
458 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()