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.c237 if (kmem_cache_debug_flags(s, SLAB_RED_ZONE)) in fixup_red_left()
272 #define DEBUG_DEFAULT_FLAGS (SLAB_CONSISTENCY_CHECKS | SLAB_RED_ZONE | \
288 #define DEBUG_METADATA_FLAGS (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER)
961 if (s->flags & SLAB_RED_ZONE) in size_from_object()
969 if (s->flags & SLAB_RED_ZONE) in restore_red_left()
1174 if (s->flags & SLAB_RED_ZONE) in print_trailer()
1182 if (s->flags & SLAB_RED_ZONE) in print_trailer()
1254 if (s->flags & SLAB_RED_ZONE) { in init_object()
1278 if (s->flags & SLAB_RED_ZONE) in init_object()
1465 if (s->flags & SLAB_RED_ZONE) { in check_object()
[all …]
H A Dslab.h419 #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.