Searched refs:gnttab_unmap_refs (Results 1 – 4 of 4) sorted by relevance
/linux/include/xen/ |
H A D | grant_table.h | 258 int gnttab_unmap_refs(struct gnttab_unmap_grant_ref *unmap_ops,
|
/linux/drivers/xen/ |
H A D | xen-front-pgdir-shbuf.c | 221 ret = gnttab_unmap_refs(unmap_ops, NULL, buf->pages, in backend_unmap()
|
H A D | xen-scsiback.c | 256 err = gnttab_unmap_refs(unmap, NULL, pages, invcount); in scsiback_fast_flush_area() 262 err = gnttab_unmap_refs(unmap, NULL, pages, invcount); in scsiback_fast_flush_area()
|
/linux/drivers/net/xen-netback/ |
H A D | netback.c | 1364 ret = gnttab_unmap_refs(queue->tx_unmap_ops, in xenvif_tx_dealloc_action() 1504 ret = gnttab_unmap_refs(&tx_unmap_op, NULL, in xenvif_idx_unmap()
|