Home
last modified time | relevance | path

Searched refs:SLAB_DEBUG_INITIAL (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/include/linux/
Dslab.h35 #define SLAB_DEBUG_INITIAL 0x00000200UL /* Call constructor (as verifier) */ macro
/linux-2.4.37.9/mm/
Dslab.c111 # define CREATE_MASK (SLAB_DEBUG_INITIAL | SLAB_RED_ZONE | \
643 if ((flags & SLAB_DEBUG_INITIAL) && !ctor) { in kmem_cache_create()
646 flags &= ~SLAB_DEBUG_INITIAL; in kmem_cache_create()
1428 if (cachep->flags & SLAB_DEBUG_INITIAL) in kmem_cache_free_one()