Home
last modified time | relevance | path

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

/linux/mm/
H A Dslab.h393 int do_kmem_cache_create(struct kmem_cache *s, const char *name,
H A Dslab_common.c242 err = do_kmem_cache_create(s, name, object_size, args, flags); in create_cache()
677 err = do_kmem_cache_create(s, name, size, &kmem_args, flags); in create_boot_cache()
H A Dslub.c8574 int do_kmem_cache_create(struct kmem_cache *s, const char *name, in do_kmem_cache_create() function