Searched refs:new_kmalloc_cache (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/mm/ |
H A D | slab_common.c | 889 new_kmalloc_cache(int idx, enum kmalloc_cache_type type, slab_flags_t flags) in new_kmalloc_cache() function 948 new_kmalloc_cache(i, type, flags); in create_kmalloc_caches() 957 new_kmalloc_cache(1, type, flags); in create_kmalloc_caches() 960 new_kmalloc_cache(2, type, flags); in create_kmalloc_caches()
|
H A D | slab.h | 297 void __init new_kmalloc_cache(int idx, enum kmalloc_cache_type type,
|
H A D | slab.c | 1243 new_kmalloc_cache(INDEX_NODE, KMALLOC_NORMAL, ARCH_KMALLOC_FLAGS); in kmem_cache_init()
|