Searched refs:slab_want_init_on_alloc (Results 1 - 3 of 3) sorted by relevance

/linux-master/mm/
H A Dslab.h626 static inline bool slab_want_init_on_alloc(gfp_t flags, struct kmem_cache *c) function
H A Dslub.c3838 init = slab_want_init_on_alloc(gfpflags, s);
4637 slab_want_init_on_alloc(flags, s), s->object_size);
/linux-master/mm/kfence/
H A Dcore.c472 * We check slab_want_init_on_alloc() ourselves, rather than letting
476 if (unlikely(slab_want_init_on_alloc(gfp, cache)))

Completed in 145 milliseconds