Home
last modified time | relevance | path

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

/Linux-v5.4/mm/
Dslab_common.c1061 struct kmem_cache *__init create_kmalloc_cache(const char *name, in create_kmalloc_cache() function
1240 kmalloc_caches[type][idx] = create_kmalloc_cache(name, in new_kmalloc_cache()
1285 kmalloc_caches[KMALLOC_DMA][i] = create_kmalloc_cache( in create_kmalloc_caches()
Dslab.h159 struct kmem_cache *create_kmalloc_cache(const char *name, unsigned int size,
Dslab.c1249 kmalloc_caches[KMALLOC_NORMAL][INDEX_NODE] = create_kmalloc_cache( in kmem_cache_init()