Home
last modified time | relevance | path

Searched refs:__GFP_DMA (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/include/linux/
Dmm.h610 #define __GFP_DMA 0x01 macro
633 #define GFP_DMA __GFP_DMA
/linux-2.4.37.9/drivers/scsi/aacraid/
Dcommctrl.c482 p = kmalloc(psg->sg[i].count,GFP_KERNEL|__GFP_DMA); in aac_send_raw_srb()
/linux-2.4.37.9/mm/
Dpage_alloc.c681 if (i & __GFP_DMA) in build_zonelists()
/linux-2.4.37.9/net/core/
Dskbuff.c182 skb = kmem_cache_alloc(skbuff_head_cache, gfp_mask & ~__GFP_DMA); in alloc_skb()
/linux-2.4.37.9/drivers/media/video/
Dmeye.c172 gfp &= ~(__GFP_DMA | __GFP_HIGHMEM); in dma_alloc_coherent()