Home
last modified time | relevance | path

Searched refs:gnttab_claim_grant_reference (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/xen/
H A Dxen-front-pgdir-shbuf.c407 cur_ref = gnttab_claim_grant_reference(priv_gref_head); in guest_grant_refs_for_buffer()
447 cur_ref = gnttab_claim_grant_reference(&priv_gref_head); in grant_references()
H A Dgrant-table.c686 int gnttab_claim_grant_reference(grant_ref_t *private_head) in gnttab_claim_grant_reference() function
694 EXPORT_SYMBOL_GPL(gnttab_claim_grant_reference);
H A Dgntdev-dmabuf.c494 cur_ref = gnttab_claim_grant_reference(&priv_gref_head); in dmabuf_imp_grant_foreign_access()
H A Dpvcalls-front.c1283 ret = gnttab_claim_grant_reference(&gref_head); in pvcalls_front_probe()
/linux/drivers/scsi/
H A Dxen-scsifront.c520 ref = gnttab_claim_grant_reference(&gref_head); in map_data_for_request()
554 ref = gnttab_claim_grant_reference(&gref_head); in map_data_for_request()
/linux/drivers/xen/xenbus/
H A Dxenbus_client.c425 grefs[i] = gnttab_claim_grant_reference(&gref_head); in xenbus_setup_ring()
/linux/drivers/block/
H A Dxen-blkfront.c385 gnt_list_entry->gref = gnttab_claim_grant_reference(gref_head); in get_grant()
409 gnt_list_entry->gref = gnttab_claim_grant_reference(gref_head); in get_indirect_grant()
/linux/drivers/net/
H A Dxen-netfront.c328 ref = gnttab_claim_grant_reference(&queue->gref_rx_head); in xennet_alloc_rx_buffers()
488 ref = gnttab_claim_grant_reference(&queue->gref_tx_head); in xennet_tx_setup_grant()
/linux/drivers/usb/host/
H A Dxen-hcd.c603 ref = gnttab_claim_grant_reference(gref_head); in xenhcd_gnttab_map()