Searched refs:KMALLOC_DMA (Results 1 – 2 of 2) sorted by relevance
335 KMALLOC_DMA = KMALLOC_NORMAL, enumerator344 KMALLOC_DMA, enumerator378 return KMALLOC_DMA; in kmalloc_type()
758 #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()