Home
last modified time | relevance | path

Searched refs:slab_want_init_on_free (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.6/mm/kasan/
Dquarantine.c156 if (slab_want_init_on_free(cache) && in qlink_free()
/Linux-v6.6/mm/
Dslab.h856 static inline bool slab_want_init_on_free(struct kmem_cache *c) in slab_want_init_on_free() function
Dslab.c1817 if (unlikely(slab_want_init_on_free(cachep))) in set_objfreelist_slab_cache()
3366 init = slab_want_init_on_free(cachep); in __cache_free()
Dslub.c1826 if (!slab_free_hook(s, object, slab_want_init_on_free(s))) { in slab_free_freelist_hook()
3438 if (unlikely(slab_want_init_on_free(s)) && obj) in maybe_wipe_obj_freeptr()
/Linux-v6.6/mm/kfence/
Dcore.c528 init = slab_want_init_on_free(meta->cache); in kfence_guarded_free()