Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dslab.h90 # define SLAB_DEBUG_OBJECTS ((slab_flags_t __force)0x00400000U) macro
92 # define SLAB_DEBUG_OBJECTS 0 macro
/Linux-v6.1/mm/
Dslab.h322 SLAB_TYPESAFE_BY_RCU | SLAB_DEBUG_OBJECTS )
Dslab.c3583 if (!(cachep->flags & SLAB_DEBUG_OBJECTS)) in __do_kmem_cache_free()
3641 if (!(s->flags & SLAB_DEBUG_OBJECTS)) in kmem_cache_free_bulk()
Dslub.c1698 if (!(s->flags & SLAB_DEBUG_OBJECTS)) in slab_free_hook()
/Linux-v6.1/lib/
Ddebugobjects.c1382 SLAB_DEBUG_OBJECTS | SLAB_NOLEAKTRACE, in debug_objects_mem_init()