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.c567 struct gnttab_unmap_grant_ref *unmap_ops; in notify_unmap_cleanup() local
569 unmap_ops = malloc(sizeof(struct gnttab_unmap_grant_ref) * gmap->count, in notify_unmap_cleanup()
576 unmap_ops[count].handle = gmap->grant_map_ops[i].handle; in notify_unmap_cleanup()
577 unmap_ops[count].host_addr = in notify_unmap_cleanup()
579 unmap_ops[count].dev_bus_addr = 0; in notify_unmap_cleanup()
609 unmap_ops, count); in notify_unmap_cleanup()
626 free(unmap_ops, M_GNTDEV); in notify_unmap_cleanup()