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