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

/linux-master/lib/
H A Dslub_kunit.c31 SLAB_RED_ZONE);
125 SLAB_RED_ZONE);
142 SLAB_KMALLOC|SLAB_STORE_USER|SLAB_RED_ZONE);
/linux-master/mm/
H A Dslab.h448 #define SLAB_DEBUG_FLAGS (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER | \
463 SLAB_RED_ZONE | \
585 if (s->flags & (SLAB_RED_ZONE | SLAB_POISON))
H A Dslub.c241 if (kmem_cache_debug_flags(s, SLAB_RED_ZONE))
285 #define DEBUG_DEFAULT_FLAGS (SLAB_CONSISTENCY_CHECKS | SLAB_RED_ZONE | \
301 #define DEBUG_METADATA_FLAGS (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER)
773 if (s->flags & SLAB_RED_ZONE)
781 if (s->flags & SLAB_RED_ZONE)
1059 if (s->flags & SLAB_RED_ZONE)
1067 if (s->flags & SLAB_RED_ZONE)
1137 if (s->flags & SLAB_RED_ZONE) {
1155 if (s->flags & SLAB_RED_ZONE)
1302 if (s->flags & SLAB_RED_ZONE) {
[all...]
H A Dslab_common.c51 #define SLAB_NEVER_MERGE (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER | \
263 * %SLAB_RED_ZONE - Insert `Red` zones around the allocated memory to check
377 * %SLAB_RED_ZONE - Insert `Red` zones around the allocated memory to check
/linux-master/scripts/gdb/linux/
H A Dslab.py14 SLAB_RED_ZONE = constants.LX_SLAB_RED_ZONE variable
48 if cache['flags'] & SLAB_RED_ZONE:
/linux-master/include/linux/
H A Dslab.h72 #define SLAB_RED_ZONE __SLAB_FLAG_BIT(_SLAB_RED_ZONE) macro

Completed in 177 milliseconds