Home
last modified time | relevance | path

Searched refs:slab_want_init_on_alloc (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/mm/
Dslab.h820 static inline bool slab_want_init_on_alloc(gfp_t flags, struct kmem_cache *c) in slab_want_init_on_alloc() function
Dslab.c3254 init = slab_want_init_on_alloc(flags, cachep); in slab_alloc_node()
3510 slab_want_init_on_alloc(flags, s)); in kmem_cache_alloc_bulk()
Dslub.c3395 init = slab_want_init_on_alloc(gfpflags, s); in slab_alloc_node()
3855 slab_want_init_on_alloc(flags, s)); in kmem_cache_alloc_bulk()
/Linux-v6.1/mm/kfence/
Dcore.c445 if (unlikely(slab_want_init_on_alloc(gfp, cache))) in kfence_guarded_alloc()