Home
last modified time | relevance | path

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

/freebsd/sys/dev/xen/gntdev/
H A Dgntdev.c566 struct gnttab_unmap_grant_ref *unmap_ops; in notify_unmap_cleanup() local
568 unmap_ops = malloc(sizeof(struct gnttab_unmap_grant_ref) * gmap->count, in notify_unmap_cleanup()
575 unmap_ops[count].handle = gmap->grant_map_ops[i].handle; in notify_unmap_cleanup()
576 unmap_ops[count].host_addr = in notify_unmap_cleanup()
578 unmap_ops[count].dev_bus_addr = 0; in notify_unmap_cleanup()
598 unmap_ops, count); in notify_unmap_cleanup()
615 free(unmap_ops, M_GNTDEV); in notify_unmap_cleanup()