Home
last modified time | relevance | path

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

/linux-4.4.14/include/xen/
Dgrant_table.h201 int gnttab_unmap_refs(struct gnttab_unmap_grant_ref *unmap_ops,
/linux-4.4.14/drivers/xen/
Dgrant-table.c857 int gnttab_unmap_refs(struct gnttab_unmap_grant_ref *unmap_ops, in gnttab_unmap_refs() function
873 EXPORT_SYMBOL_GPL(gnttab_unmap_refs);
904 ret = gnttab_unmap_refs(item->unmap_ops, item->kunmap_ops, in __gnttab_unmap_refs_async()
Dxen-scsiback.c298 err = gnttab_unmap_refs(unmap, NULL, pages, invcount); in scsiback_fast_flush_area()
304 err = gnttab_unmap_refs(unmap, NULL, pages, invcount); in scsiback_fast_flush_area()
/linux-4.4.14/drivers/net/xen-netback/
Dnetback.c1744 ret = gnttab_unmap_refs(queue->tx_unmap_ops, in xenvif_tx_dealloc_action()
1883 ret = gnttab_unmap_refs(&tx_unmap_op, NULL, in xenvif_idx_unmap()
/linux-4.4.14/drivers/block/xen-blkback/
Dblkback.c775 ret = gnttab_unmap_refs(unmap, NULL, unmap_pages, invcount); in xen_blkbk_unmap()