Home
last modified time | relevance | path

Searched refs:gnttab_unmap_refs (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/include/xen/
Dgrant_table.h225 int gnttab_unmap_refs(struct gnttab_unmap_grant_ref *unmap_ops,
/Linux-v5.4/drivers/xen/
Dgrant-table.c1077 int gnttab_unmap_refs(struct gnttab_unmap_grant_ref *unmap_ops, in gnttab_unmap_refs() function
1093 EXPORT_SYMBOL_GPL(gnttab_unmap_refs);
1124 ret = gnttab_unmap_refs(item->unmap_ops, item->kunmap_ops, in __gnttab_unmap_refs_async()
Dxen-front-pgdir-shbuf.c230 ret = gnttab_unmap_refs(unmap_ops, NULL, buf->pages, in backend_unmap()
Dxen-scsiback.c296 err = gnttab_unmap_refs(unmap, NULL, pages, invcount); in scsiback_fast_flush_area()
302 err = gnttab_unmap_refs(unmap, NULL, pages, invcount); in scsiback_fast_flush_area()
/Linux-v5.4/drivers/net/xen-netback/
Dnetback.c1294 ret = gnttab_unmap_refs(queue->tx_unmap_ops, in xenvif_tx_dealloc_action()
1412 ret = gnttab_unmap_refs(&tx_unmap_op, NULL, in xenvif_idx_unmap()
/Linux-v5.4/drivers/block/xen-blkback/
Dblkback.c795 ret = gnttab_unmap_refs(unmap, NULL, unmap_pages, invcount); in xen_blkbk_unmap()