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