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

/linux-master/include/linux/
H A Dslab.h395 KMALLOC_DMA = KMALLOC_NORMAL, enumerator in enum:kmalloc_cache_type
408 KMALLOC_DMA, enumerator in enum:kmalloc_cache_type
452 return KMALLOC_DMA;
/linux-master/mm/
H A Dslab_common.c723 #define KMALLOC_DMA_NAME(sz) .name[KMALLOC_DMA] = "dma-kmalloc-" #sz,
876 } else if (IS_ENABLED(CONFIG_ZONE_DMA) && (type == KMALLOC_DMA)) {

Completed in 701 milliseconds