Searched refs:SLAB_RED_ZONE (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dslab.h24 #define SLAB_RED_ZONE 0x00000400UL /* DEBUG: Red zone objs in a cache */ macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/mm/
H A Dslub.c188 #define DEBUG_DEFAULT_FLAGS (SLAB_DEBUG_FREE | SLAB_RED_ZONE | \
194 #define SLUB_NEVER_MERGE (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER | \
420 if (s->flags & SLAB_RED_ZONE)
482 if (s->flags & SLAB_RED_ZONE)
601 if (s->flags & SLAB_RED_ZONE) {
788 if (!(s->flags & (SLAB_STORE_USER|SLAB_RED_ZONE|__OBJECT_POISON)))
904 slub_debug |= SLAB_RED_ZONE;
943 BUG_ON(s->flags & (SLAB_RED_ZONE | SLAB_POISON |
1036 if (s->flags & (SLAB_DEBUG_FREE | SLAB_RED_ZONE | SLAB_POISON |
1914 if ((flags & SLAB_RED_ZONE)
[all...]
H A Dslab.c119 * DEBUG - 1 for kmem_cache_create() to honour; SLAB_RED_ZONE & SLAB_POISON.
125 * FORCED_DEBUG - 1 enables SLAB_RED_ZONE and SLAB_POISON (if possible)
176 # define CREATE_MASK (SLAB_RED_ZONE | \
540 BUG_ON(!(cachep->flags & SLAB_RED_ZONE));
547 BUG_ON(!(cachep->flags & SLAB_RED_ZONE));
1769 if (cachep->flags & SLAB_RED_ZONE) {
1882 if (cachep->flags & SLAB_RED_ZONE) {
2109 * %SLAB_RED_ZONE - Insert `Red' zones around the allocated memory to check
2177 flags |= SLAB_RED_ZONE | SLAB_STORE_USER;
2224 if (flags & SLAB_RED_ZONE) {
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/
H A Deventpoll.c87 #define EPI_SLAB_DEBUG (SLAB_DEBUG_FREE | SLAB_RED_ZONE /* | SLAB_POISON */)

Completed in 39 milliseconds