Home
last modified time | relevance | path

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

/linux-4.4.14/mm/
Dslab_common.c802 struct kmem_cache *kmalloc_dma_caches[KMALLOC_SHIFT_HIGH + 1]; variable
803 EXPORT_SYMBOL(kmalloc_dma_caches);
867 return kmalloc_dma_caches[index]; in kmalloc_slab()
988 kmalloc_dma_caches[i] = create_kmalloc_cache(n, in create_kmalloc_caches()
/linux-4.4.14/include/linux/
Dslab.h253 extern struct kmem_cache *kmalloc_dma_caches[KMALLOC_SHIFT_HIGH + 1];