Home
last modified time | relevance | path

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

/Linux-v5.10/mm/
Dslab.h633 static inline bool slab_want_init_on_free(struct kmem_cache *c) in slab_want_init_on_free() function
Dslab.c1829 if (unlikely(slab_want_init_on_free(cachep))) in set_objfreelist_slab_cache()
3437 if (unlikely(slab_want_init_on_free(cachep))) in ___cache_free()
Dslub.c1564 if (slab_want_init_on_free(s)) { in slab_free_freelist_hook()
2793 if (unlikely(slab_want_init_on_free(s)) && obj) in maybe_wipe_obj_freeptr()