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