Home
last modified time | relevance | path

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

/Linux-v4.19/sound/xen/
Dxen_snd_front_shbuf.c97 ret = gnttab_alloc_grant_references(num_grefs, &priv_gref_head); in grant_references()
/Linux-v4.19/include/xen/
Dgrant_table.h114 int gnttab_alloc_grant_references(u16 count, grant_ref_t *pprivate_head);
/Linux-v4.19/drivers/gpu/drm/xen/
Dxen_drm_front_shbuf.c315 ret = gnttab_alloc_grant_references(buf->num_grefs, &priv_gref_head); in grant_references()
/Linux-v4.19/drivers/xen/
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.c520 ret = gnttab_alloc_grant_references(count, &priv_gref_head); in dmabuf_imp_grant_foreign_access()
Dpvcalls-front.c1163 ret = gnttab_alloc_grant_references(1, &gref_head); in pvcalls_front_probe()
/Linux-v4.19/drivers/tty/hvc/
Dhvc_xen.c387 ret = gnttab_alloc_grant_references(1, &gref_head); in xencons_connect_backend()
/Linux-v4.19/drivers/net/
Dxen-netfront.c1638 if (gnttab_alloc_grant_references(NET_TX_RING_SIZE, in xennet_init_queue()
1646 if (gnttab_alloc_grant_references(NET_RX_RING_SIZE, in xennet_init_queue()
/Linux-v4.19/drivers/scsi/
Dxen-scsifront.c426 err = gnttab_alloc_grant_references(seg_grants + data_grants, in map_data_for_request()
/Linux-v4.19/drivers/block/
Dxen-blkfront.c726 if (gnttab_alloc_grant_references( in blkif_queue_rw_req()