Home
last modified time | relevance | path

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

/linux-4.4.14/mm/
Dslab_common.c784 struct kmem_cache *__init create_kmalloc_cache(const char *name, size_t size, in create_kmalloc_cache() function
947 kmalloc_caches[idx] = create_kmalloc_cache(kmalloc_info[idx].name, in new_kmalloc_cache()
988 kmalloc_dma_caches[i] = create_kmalloc_cache(n, in create_kmalloc_caches()
Dslab.h85 extern struct kmem_cache *create_kmalloc_cache(const char *name, size_t size,
Dslab.c1455 kmalloc_caches[INDEX_NODE] = create_kmalloc_cache("kmalloc-node", in kmem_cache_init()