Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dslab.h106 # define SLAB_DEBUG_OBJECTS ((slab_flags_t __force)0x00400000U) macro
108 # define SLAB_DEBUG_OBJECTS 0 macro
/openbmc/linux/mm/
H A Dslab.h321 SLAB_TYPESAFE_BY_RCU | SLAB_DEBUG_OBJECTS )
H A Dslab.c3555 if (!(cachep->flags & SLAB_DEBUG_OBJECTS)) in __do_kmem_cache_free()
3614 if (!(s->flags & SLAB_DEBUG_OBJECTS)) in kmem_cache_free_bulk()
H A Dslub.c1774 if (!(s->flags & SLAB_DEBUG_OBJECTS)) in slab_free_hook()
/openbmc/linux/lib/
H A Ddebugobjects.c1383 SLAB_DEBUG_OBJECTS | SLAB_NOLEAKTRACE, in debug_objects_mem_init()