Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dslab.h335 KMALLOC_DMA = KMALLOC_NORMAL, enumerator
344 KMALLOC_DMA, enumerator
378 return KMALLOC_DMA; in kmalloc_type()
/linux-6.1.9/mm/
Dslab_common.c758 #define KMALLOC_DMA_NAME(sz) .name[KMALLOC_DMA] = "dma-kmalloc-" #sz,
866 } else if (IS_ENABLED(CONFIG_ZONE_DMA) && (type == KMALLOC_DMA)) { in new_kmalloc_cache()