Home
last modified time | relevance | path

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

/openbmc/linux/mm/
H A Dslab.h848 static inline bool slab_want_init_on_alloc(gfp_t flags, struct kmem_cache *c) in slab_want_init_on_alloc() function
H A Dslab.c3234 init = slab_want_init_on_alloc(flags, cachep); in slab_alloc_node()
3482 slab_want_init_on_alloc(flags, s), s->object_size); in kmem_cache_alloc_bulk()
H A Dslub.c3478 init = slab_want_init_on_alloc(gfpflags, s); in slab_alloc_node()
4064 slab_want_init_on_alloc(flags, s), s->object_size); in kmem_cache_alloc_bulk()
/openbmc/linux/mm/kfence/
H A Dcore.c481 if (unlikely(slab_want_init_on_alloc(gfp, cache))) in kfence_guarded_alloc()