Home
last modified time | relevance | path

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

/Linux-v4.19/mm/
Dslab_common.c960 struct kmem_cache *__init create_kmalloc_cache(const char *name, in create_kmalloc_cache() function
1122 kmalloc_caches[idx] = create_kmalloc_cache(kmalloc_info[idx].name, in new_kmalloc_cache()
1164 kmalloc_dma_caches[i] = create_kmalloc_cache(n, in create_kmalloc_caches()
Dslab.h96 struct kmem_cache *create_kmalloc_cache(const char *name, unsigned int size,
Dslab.c1291 kmalloc_caches[INDEX_NODE] = create_kmalloc_cache( in kmem_cache_init()