Home
last modified time | relevance | path

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

/linux/lib/
H A Dslub_kunit.c31 SLAB_RED_ZONE); in test_clobber_zone()
125 SLAB_RED_ZONE); in test_clobber_redzone_free()
142 SLAB_KMALLOC|SLAB_STORE_USER|SLAB_RED_ZONE); in test_kmalloc_redzone_access()
/linux/mm/
H A Dslab.h448 #define SLAB_DEBUG_FLAGS (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER | \
463 SLAB_RED_ZONE | \
582 if (s->flags & (SLAB_RED_ZONE | SLAB_POISON)) in slab_ksize()
H A Dslub.c241 if (kmem_cache_debug_flags(s, SLAB_RED_ZONE)) in fixup_red_left()
803 if (s->flags & SLAB_RED_ZONE) in size_from_object()
811 if (s->flags & SLAB_RED_ZONE) in restore_red_left()
1069 if (s->flags & SLAB_RED_ZONE) in print_trailer()
1077 if (s->flags & SLAB_RED_ZONE) in print_trailer()
1147 if (s->flags & SLAB_RED_ZONE) { in init_object()
1165 if (s->flags & SLAB_RED_ZONE) in init_object()
1312 if (s->flags & SLAB_RED_ZONE) { in check_object()
1659 *flags |= SLAB_RED_ZONE; in parse_slub_debug_flags()
5051 if ((flags & SLAB_RED_ZONE) && size == s->object_size) in calculate_sizes()
[all …]
H A Dslab_common.c51 #define SLAB_NEVER_MERGE (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER | \
/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.in109 LX_GDBPARSED(SLAB_RED_ZONE)
/linux/include/linux/
H A Dslab.h72 #define SLAB_RED_ZONE __SLAB_FLAG_BIT(_SLAB_RED_ZONE) macro
/linux/Documentation/mm/
H A Dslub.rst264 (Redzone information is only available if SLAB_RED_ZONE is set.