Home
last modified time | relevance | path

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

/linux-6.15/mm/
H A Dslab.h430 int do_kmem_cache_create(struct kmem_cache *s, const char *name,
H A Dslab_common.c239 err = do_kmem_cache_create(s, name, object_size, args, flags); in create_cache()
671 err = do_kmem_cache_create(s, name, size, &kmem_args, flags); in create_boot_cache()
H A Dslub.c6393 int do_kmem_cache_create(struct kmem_cache *s, const char *name, in do_kmem_cache_create() function