Searched refs:GFP_DMA (Results 1 – 3 of 3) sorted by relevance
135 if (flags & GFP_DMA) in kmalloc()184 if (flags & GFP_DMA) in kmalloc_node()
164 if (!(flags & GFP_DMA)) { in kmalloc()198 size <= KMALLOC_MAX_CACHE_SIZE && !(flags & GFP_DMA)) { in kmalloc_node()
151 #define GFP_DMA __GFP_DMA macro363 __get_free_pages((gfp_mask) | GFP_DMA, (order))