Home
last modified time | relevance | path

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

/mm/
Dslab.h637 static inline bool slab_want_init_on_alloc(gfp_t flags, struct kmem_cache *c) in slab_want_init_on_alloc() function
Dslab.c3257 init = slab_want_init_on_alloc(flags, cachep); in slab_alloc_node()
3319 init = slab_want_init_on_alloc(flags, cachep); in slab_alloc()
3555 slab_want_init_on_alloc(flags, s)); in kmem_cache_alloc_bulk()
Dslub.c3237 init = slab_want_init_on_alloc(gfpflags, s); in slab_alloc_node()
3735 slab_want_init_on_alloc(flags, s)); in kmem_cache_alloc_bulk()
/mm/kfence/
Dcore.c419 if (unlikely(slab_want_init_on_alloc(gfp, cache))) in kfence_guarded_alloc()