Searched refs:SLAB_CACHE_DMA (Results 1 - 7 of 7) sorted by relevance

/linux-4.1.27/mm/
H A Dslab.h116 #define SLAB_CORE_FLAGS (SLAB_HWCACHE_ALIGN | SLAB_CACHE_DMA | SLAB_PANIC | \
H A Dslab_common.c41 SLAB_CACHE_DMA | SLAB_NOTRACK)
880 size, SLAB_CACHE_DMA | flags); create_kmalloc_caches()
H A Dslub.c3102 if (s->flags & SLAB_CACHE_DMA) calculate_sizes()
4570 return sprintf(buf, "%d\n", !!(s->flags & SLAB_CACHE_DMA)); cache_dma_show()
5142 if (s->flags & SLAB_CACHE_DMA) create_unique_id()
H A Dslab.c2268 if (CONFIG_ZONE_DMA_FLAG && (flags & SLAB_CACHE_DMA)) __kmem_cache_create()
/linux-4.1.27/drivers/scsi/
H A Dscsi.c166 .slab_flags = SLAB_HWCACHE_ALIGN|SLAB_CACHE_DMA,
377 pool->slab_flags |= SLAB_CACHE_DMA; scsi_alloc_host_cmd_pool()
/linux-4.1.27/include/linux/
H A Dslab.h27 #define SLAB_CACHE_DMA 0x00004000UL /* Use GFP_DMA memory */ macro
/linux-4.1.27/drivers/s390/block/
H A Ddasd_devmap.c288 PAGE_SIZE, SLAB_CACHE_DMA, dasd_parse_keyword()

Completed in 506 milliseconds