Searched refs:slab_want_init_on_alloc (Results 1 – 3 of 3) sorted by relevance
613 static inline bool slab_want_init_on_alloc(gfp_t flags, struct kmem_cache *c) in slab_want_init_on_alloc() function
4220 init = slab_want_init_on_alloc(gfpflags, s); in slab_alloc_node() 5412 slab_want_init_on_alloc(flags, s), s->object_size))) { in kmem_cache_alloc_bulk_noprof()
496 * We check slab_want_init_on_alloc() ourselves, rather than letting in kfence_guarded_alloc() 500 if (unlikely(slab_want_init_on_alloc(gfp, cache))) in kfence_guarded_alloc()