Home
last modified time | relevance | path

Searched defs:fbatch (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/sys/dev/pci/drm/i915/gem/
Di915_gem_shmem.c25 static void check_release_folio_batch(struct folio_batch *fbatch) in check_release_folio_batch()
40 struct folio_batch fbatch; in shmem_sg_free_table() local
/openbsd/src/sys/dev/pci/drm/
Ddrm_gem.c689 static void drm_gem_check_release_batch(struct folio_batch *fbatch) in drm_gem_check_release_batch()
730 struct folio_batch fbatch; in drm_gem_get_pages() local
808 struct folio_batch fbatch; in drm_gem_put_pages() local
/openbsd/src/sys/dev/pci/drm/i915/
Di915_gpu_error.c199 static void pool_fini(struct folio_batch *fbatch) in pool_fini()
207 static int pool_refill(struct folio_batch *fbatch, gfp_t gfp) in pool_refill()
226 static int intel_pool_init(struct folio_batch *fbatch, gfp_t gfp) in intel_pool_init()
243 static void *pool_alloc(struct folio_batch *fbatch, gfp_t gfp) in pool_alloc()
258 static void pool_free(struct folio_batch *fbatch, void *addr) in pool_free()