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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dslub.c2580 static struct kmem_cache *kmalloc_caches_dma[SLUB_PAGE_SHIFT]; variable in typeref:struct:kmem_cache
2606 s = kmalloc_caches_dma[index];
2618 if (kmalloc_caches_dma[index])
2651 kmalloc_caches_dma[index] = s;
2659 return kmalloc_caches_dma[index];

Completed in 114 milliseconds