Searched refs:KMALLOC_DMA (Results 1 – 2 of 2) sorted by relevance
366 KMALLOC_DMA = KMALLOC_NORMAL, enumerator379 KMALLOC_DMA, enumerator423 return KMALLOC_DMA; in kmalloc_type()
770 #define KMALLOC_DMA_NAME(sz) .name[KMALLOC_DMA] = "dma-kmalloc-" #sz,922 } else if (IS_ENABLED(CONFIG_ZONE_DMA) && (type == KMALLOC_DMA)) { in new_kmalloc_cache()