Searched refs:unmap_ops (Results 1 – 1 of 1) sorted by relevance
568 struct gnttab_unmap_grant_ref *unmap_ops; in notify_unmap_cleanup() local570 unmap_ops = malloc(sizeof(struct gnttab_unmap_grant_ref) * gmap->count, in notify_unmap_cleanup()577 unmap_ops[count].handle = gmap->grant_map_ops[i].handle; in notify_unmap_cleanup()578 unmap_ops[count].host_addr = in notify_unmap_cleanup()580 unmap_ops[count].dev_bus_addr = 0; in notify_unmap_cleanup()610 unmap_ops, count); in notify_unmap_cleanup()627 free(unmap_ops, M_GNTDEV); in notify_unmap_cleanup()