Searched refs:XBB_MAX_SEGMENTS_PER_REQLIST (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/xen/blkback/
H A Dblkback.c166 #define XBB_MAX_SEGMENTS_PER_REQLIST XBB_MAX_SEGMENTS_PER_REQUEST macro
500 struct iovec xiovecs[XBB_MAX_SEGMENTS_PER_REQLIST];
512 struct iovec saved_xiovecs[XBB_MAX_SEGMENTS_PER_REQLIST];
523 void *xiovecs_vaddr[XBB_MAX_SEGMENTS_PER_REQLIST];
732 struct xbb_sg xbb_sgs[XBB_MAX_SEGMENTS_PER_REQLIST];
736 * XBB_MAX_SEGMENTS_PER_REQLIST gets large, keeping this on the
739 struct gnttab_map_grant_ref maps[XBB_MAX_SEGMENTS_PER_REQLIST];
1087 struct gnttab_unmap_grant_ref unmap[XBB_MAX_SEGMENTS_PER_REQLIST];
1680 XBB_MAX_SEGMENTS_PER_REQLIST,
1683 XBB_MAX_SEGMENTS_PER_REQLIST));
[all...]

Completed in 66 milliseconds