Home
last modified time | relevance | path

Searched refs:slab_want_init_on_free (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-6.6/mm/kasan/
H A Dquarantine.c156 if (slab_want_init_on_free(cache) && in qlink_free()
/kernel/linux/linux-5.10/mm/
H A Dslab.h630 static inline bool slab_want_init_on_free(struct kmem_cache *c) in slab_want_init_on_free() function
H A Dslab.c1828 if (unlikely(slab_want_init_on_free(cachep))) in set_objfreelist_slab_cache()
3436 if (unlikely(slab_want_init_on_free(cachep))) in ___cache_free()
H A Dslub.c1566 if (slab_want_init_on_free(s)) { in slab_free_freelist_hook()
2801 if (unlikely(slab_want_init_on_free(s)) && obj) in maybe_wipe_obj_freeptr()
/kernel/linux/linux-6.6/mm/
H A Dslab.h856 static inline bool slab_want_init_on_free(struct kmem_cache *c) in slab_want_init_on_free() function
H A 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()
H A 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()
/kernel/linux/linux-6.6/mm/kfence/
H A Dcore.c528 init = slab_want_init_on_free(meta->cache); in kfence_guarded_free()

Completed in 37 milliseconds