Lines Matching defs:batch

276 static void batch_clear(struct pfn_batch *batch)  in batch_clear()
288 static void batch_clear_carry(struct pfn_batch *batch, unsigned int keep_pfns) in batch_clear_carry()
304 static void batch_skip_carry(struct pfn_batch *batch, unsigned int skip_pfns) in batch_skip_carry()
316 static int __batch_init(struct pfn_batch *batch, size_t max_pages, void *backup, in __batch_init()
333 static int batch_init(struct pfn_batch *batch, size_t max_pages) in batch_init()
338 static void batch_init_backup(struct pfn_batch *batch, size_t max_pages, in batch_init_backup()
344 static void batch_destroy(struct pfn_batch *batch, void *backup) in batch_destroy()
350 static bool batch_add_pfn_num(struct pfn_batch *batch, unsigned long pfn, in batch_add_pfn_num()
371 static void batch_remove_pfn_num(struct pfn_batch *batch, unsigned long nr) in batch_remove_pfn_num()
380 static bool batch_add_pfn(struct pfn_batch *batch, unsigned long pfn) in batch_add_pfn()
390 static void batch_from_domain(struct pfn_batch *batch, in batch_from_domain()
441 static void batch_from_domain_continue(struct pfn_batch *batch, in batch_from_domain_continue()
490 static int batch_to_domain(struct pfn_batch *batch, struct iommu_domain *domain, in batch_to_domain()
534 static void batch_from_xarray(struct pfn_batch *batch, struct xarray *xa, in batch_from_xarray()
555 static void batch_from_xarray_clear(struct pfn_batch *batch, struct xarray *xa, in batch_from_xarray_clear()
630 static void batch_from_pages(struct pfn_batch *batch, struct page **pages, in batch_from_pages()
640 static int batch_from_folios(struct pfn_batch *batch, struct folio ***folios_p, in batch_from_folios()
675 static void batch_unpin(struct pfn_batch *batch, struct iopt_pages *pages, in batch_unpin()
716 static unsigned long batch_rw(struct pfn_batch *batch, void *data, in batch_rw()
1070 struct pfn_batch batch; member
1382 iopt_area_unpin_domain(struct pfn_batch *batch, struct iopt_area *area, in iopt_area_unpin_domain()
1451 struct pfn_batch batch; in __iopt_area_unfill_domain() local
1704 static void iopt_pages_unpin_xarray(struct pfn_batch *batch, in iopt_pages_unpin_xarray()
1733 struct pfn_batch batch; in iopt_pages_unfill_xarray() local