Home
last modified time | relevance | path

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

/freebsd/sys/contrib/xen/
H A Dgrant_table.h368 struct gnttab_unmap_grant_ref { struct
376 typedef struct gnttab_unmap_grant_ref gnttab_unmap_grant_ref_t; argument
/freebsd/sys/dev/xen/blkback/
H A Dblkback.c1011 struct gnttab_unmap_grant_ref unmap[XBB_MAX_SEGMENTS_PER_REQLIST]; in xbb_unmap_reqlist()
2637 struct gnttab_unmap_grant_ref ops[XBB_MAX_RING_PAGES]; in xbb_disconnect()
2638 struct gnttab_unmap_grant_ref *op; in xbb_disconnect()
2733 struct gnttab_unmap_grant_ref unmap[XBB_MAX_RING_PAGES]; in xbb_connect_ring()
/freebsd/sys/dev/xen/gntdev/
H A Dgntdev.c566 struct gnttab_unmap_grant_ref *unmap_ops; in notify_unmap_cleanup()
568 unmap_ops = malloc(sizeof(struct gnttab_unmap_grant_ref) * gmap->count, in notify_unmap_cleanup()
/freebsd/sys/dev/xen/netback/
H A Dnetback.c639 struct gnttab_unmap_grant_ref gnts[XNB_NUM_RING_TYPES]; in xnb_disconnect()