Home
last modified time | relevance | path

Searched refs:SLAB_CACHE_DMA (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/include/linux/
Dslab.h40 #define SLAB_CACHE_DMA 0x00004000UL /* use GFP_DMA memory */ macro
/linux-2.4.37.9/drivers/s390/
Dccwcache.c27 #define CCW_CACHE_SLAB_TYPE (SLAB_HWCACHE_ALIGN | SLAB_CACHE_DMA)
/linux-2.4.37.9/mm/
Dslab.c113 SLAB_NO_REAP | SLAB_CACHE_DMA | \
117 SLAB_CACHE_DMA | SLAB_MUST_HWCACHE_ALIGN)
466 SLAB_CACHE_DMA|SLAB_HWCACHE_ALIGN, NULL, NULL); in kmem_cache_sizes_init()
786 if (flags & SLAB_CACHE_DMA) in kmem_cache_create()