Searched refs:create_boot_cache (Results 1 – 3 of 3) sorted by relevance
| /linux/mm/ |
| H A D | slab.h | 386 extern void create_boot_cache(struct kmem_cache *, const char *name, in kmalloc_slab()
|
| H A D | slab_common.c | 695 void __init create_boot_cache(struct kmem_cache *s, const char *name, in create_kmalloc_cache() 735 create_boot_cache(s, name, size, flags | SLAB_KMALLOC, 0, size); 655 void __init create_boot_cache(struct kmem_cache *s, const char *name, create_boot_cache() function
|
| H A D | slub.c | 8343 create_boot_cache(kmem_cache_node, "kmem_cache_node", in kmem_cache_init() 8352 create_boot_cache(kmem_cache, "kmem_cache", in kmem_cache_init()
|