Searched defs:vfio_batch (Results 1 – 1 of 1) sorted by relevance
105 struct vfio_batch { struct106 struct page **pages; /* for pin_user_pages_remote */107 struct page *fallback_page; /* if pages alloc fails */108 int capacity; /* length of pages array */109 int size; /* of batch currently */110 int offset; /* of next entry in pages */