Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dslab.h714 KMALLOC_DMA = KMALLOC_NORMAL, enumerator
730 KMALLOC_DMA, enumerator
778 return KMALLOC_DMA; in kmalloc_type()
/linux/mm/
H A Dslab_common.c818 #define KMALLOC_DMA_NAME(sz) .name[KMALLOC_DMA] = "dma-kmalloc-" #sz,
984 } else if (IS_ENABLED(CONFIG_ZONE_DMA) && (type == KMALLOC_DMA)) { in new_kmalloc_cache()