Home
last modified time | relevance | path

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

/linux-3.3/mm/
Dslub.c3230 static struct kmem_cache *__init create_kmalloc_cache(const char *name, in create_kmalloc_cache() function
3770 kmalloc_caches[1] = create_kmalloc_cache("kmalloc-96", 96, 0); in kmem_cache_init()
3775 kmalloc_caches[2] = create_kmalloc_cache("kmalloc-192", 192, 0); in kmem_cache_init()
3780 kmalloc_caches[i] = create_kmalloc_cache("kmalloc", 1 << i, 0); in kmem_cache_init()
3817 kmalloc_dma_caches[i] = create_kmalloc_cache(name, in kmem_cache_init()