Home
last modified time | relevance | path

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

/linux/scripts/gdb/linux/
H A Dslab.py14 SLAB_RED_ZONE = constants.LX_SLAB_RED_ZONE variable
48 if cache['flags'] & SLAB_RED_ZONE:
H A Dconstants.py.in116 LX_GDBPARSED(SLAB_RED_ZONE)
/linux/mm/
H A Dslub.c250 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)
974 if (s->flags & SLAB_RED_ZONE)
982 if (s->flags & SLAB_RED_ZONE)
1187 if (s->flags & SLAB_RED_ZONE) in print_trailer()
1195 if (s->flags & SLAB_RED_ZONE) in print_trailer()
1267 if (s->flags & SLAB_RED_ZONE) { in init_object()
1291 if (s->flags & SLAB_RED_ZONE)
1345 * [Left redzone padding] (if SLAB_RED_ZONE)
[all...]
H A Dslab.h443 #define SLAB_DEBUG_FLAGS (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER | \
/linux/include/linux/
H A Dslab.h78 #define SLAB_RED_ZONE __SLAB_FLAG_BIT(_SLAB_RED_ZONE) macro
/linux/Documentation/admin-guide/mm/
H A Dslab.rst272 (Redzone information is only available if SLAB_RED_ZONE is set.