Home
last modified time | relevance | path

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

/mm/
Dslab_common.c588 struct kmem_cache *__init create_kmalloc_cache(const char *name, size_t size, in create_kmalloc_cache() function
729 kmalloc_caches[i] = create_kmalloc_cache(NULL, in create_kmalloc_caches()
739 kmalloc_caches[1] = create_kmalloc_cache(NULL, 96, flags); in create_kmalloc_caches()
742 kmalloc_caches[2] = create_kmalloc_cache(NULL, 192, flags); in create_kmalloc_caches()
770 kmalloc_dma_caches[i] = create_kmalloc_cache(n, in create_kmalloc_caches()
Dslab.h84 extern struct kmem_cache *create_kmalloc_cache(const char *name, size_t size,
Dslab.c1440 kmalloc_caches[INDEX_NODE] = create_kmalloc_cache("kmalloc-node", in kmem_cache_init()