Home
last modified time | relevance | path

Searched refs:dma_page_table_cache (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/arch/s390/pci/
Dpci_dma.c19 static struct kmem_cache *dma_page_table_cache; variable
52 table = kmem_cache_alloc(dma_page_table_cache, GFP_ATOMIC); in dma_alloc_page_table()
63 kmem_cache_free(dma_page_table_cache, table); in dma_free_page_table()
657 dma_page_table_cache = kmem_cache_create("PCI_DMA_page_tables", in dma_alloc_cpu_table_caches()
660 if (!dma_page_table_cache) { in dma_alloc_cpu_table_caches()
680 kmem_cache_destroy(dma_page_table_cache); in zpci_dma_exit()