Home
last modified time | relevance | path

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

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