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

/linux-4.1.27/include/linux/
H A Dslab.h71 # define SLAB_DEBUG_OBJECTS 0x00400000UL macro
73 # define SLAB_DEBUG_OBJECTS 0x00000000UL macro
/linux-4.1.27/lib/
H A Ddebugobjects.c1077 * cache pool, which has the SLAB_DEBUG_OBJECTS flag set. This flag
1088 SLAB_DEBUG_OBJECTS, NULL); debug_objects_mem_init()
/linux-4.1.27/mm/
H A Dslab.h117 SLAB_DESTROY_BY_RCU | SLAB_DEBUG_OBJECTS )
H A Dslab.c3559 if (!(cachep->flags & SLAB_DEBUG_OBJECTS)) kmem_cache_free()
H A Dslub.c1303 if (!(s->flags & SLAB_DEBUG_OBJECTS)) slab_free_hook()

Completed in 189 milliseconds