Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/mm/
H A Dslab.h670 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.c3256 init = slab_want_init_on_alloc(flags, cachep); in slab_alloc_node()
3318 init = slab_want_init_on_alloc(flags, cachep); in slab_alloc()
3554 slab_want_init_on_alloc(flags, s)); in kmem_cache_alloc_bulk()
H A Dslub.c2953 init = slab_want_init_on_alloc(gfpflags, s); in slab_alloc_node()
3415 slab_want_init_on_alloc(flags, s)); in kmem_cache_alloc_bulk()
/OK3568_Linux_fs/kernel/mm/kfence/
H A Dcore.c337 if (unlikely(slab_want_init_on_alloc(gfp, cache))) in kfence_guarded_alloc()