Home
last modified time | relevance | path

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

/Linux-v5.4/include/xen/
Dgrant_table.h114 int gnttab_alloc_grant_references(u16 count, grant_ref_t *pprivate_head);
/Linux-v5.4/drivers/xen/
Dxen-front-pgdir-shbuf.c438 ret = gnttab_alloc_grant_references(buf->num_grefs, &priv_gref_head); in grant_references()
Dgrant-table.c575 int gnttab_alloc_grant_references(u16 count, grant_ref_t *head) in gnttab_alloc_grant_references() function
586 EXPORT_SYMBOL_GPL(gnttab_alloc_grant_references);
Dgntdev-dmabuf.c528 ret = gnttab_alloc_grant_references(count, &priv_gref_head); in dmabuf_imp_grant_foreign_access()
Dpvcalls-front.c1196 ret = gnttab_alloc_grant_references(1, &gref_head); in pvcalls_front_probe()
/Linux-v5.4/drivers/tty/hvc/
Dhvc_xen.c387 ret = gnttab_alloc_grant_references(1, &gref_head); in xencons_connect_backend()
/Linux-v5.4/drivers/net/
Dxen-netfront.c1636 if (gnttab_alloc_grant_references(NET_TX_RING_SIZE, in xennet_init_queue()
1644 if (gnttab_alloc_grant_references(NET_RX_RING_SIZE, in xennet_init_queue()
/Linux-v5.4/drivers/scsi/
Dxen-scsifront.c426 err = gnttab_alloc_grant_references(seg_grants + data_grants, in map_data_for_request()
/Linux-v5.4/drivers/block/
Dxen-blkfront.c726 if (gnttab_alloc_grant_references( in blkif_queue_rw_req()