Home
last modified time | relevance | path

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

/Linux-v4.19/mm/
Dslab_common.c980 struct kmem_cache *kmalloc_dma_caches[KMALLOC_SHIFT_HIGH + 1] __ro_after_init; variable
981 EXPORT_SYMBOL(kmalloc_dma_caches);
1045 return kmalloc_dma_caches[index]; in kmalloc_slab()
1164 kmalloc_dma_caches[i] = create_kmalloc_cache(n, in create_kmalloc_caches()
/Linux-v4.19/include/linux/
Dslab.h301 extern struct kmem_cache *kmalloc_dma_caches[KMALLOC_SHIFT_HIGH + 1];