Home
last modified time | relevance | path

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

/linux-4.4.14/mm/
Dslab.h117 #define SLAB_CORE_FLAGS (SLAB_HWCACHE_ALIGN | SLAB_CACHE_DMA | SLAB_PANIC | \
Dslab_common.c40 #define SLAB_MERGE_SAME (SLAB_RECLAIM_ACCOUNT | SLAB_CACHE_DMA | SLAB_NOTRACK)
989 size, SLAB_CACHE_DMA | flags); in create_kmalloc_caches()
Dslub.c3316 if (s->flags & SLAB_CACHE_DMA) in calculate_sizes()
4785 return sprintf(buf, "%d\n", !!(s->flags & SLAB_CACHE_DMA)); in cache_dma_show()
5357 if (s->flags & SLAB_CACHE_DMA) in create_unique_id()
Dslab.c2259 if (CONFIG_ZONE_DMA_FLAG && (flags & SLAB_CACHE_DMA)) in __kmem_cache_create()
/linux-4.4.14/include/linux/
Dslab.h27 #define SLAB_CACHE_DMA 0x00004000UL /* Use GFP_DMA memory */ macro
/linux-4.4.14/drivers/scsi/
Dscsi.c120 .slab_flags = SLAB_HWCACHE_ALIGN|SLAB_CACHE_DMA,
331 pool->slab_flags |= SLAB_CACHE_DMA; in scsi_alloc_host_cmd_pool()
/linux-4.4.14/drivers/s390/block/
Ddasd_devmap.c288 PAGE_SIZE, SLAB_CACHE_DMA, in dasd_parse_keyword()