Home
last modified time | relevance | path

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

/linux/lib/
A Dslub_kunit.c32 SLAB_RED_ZONE); in test_clobber_zone()
126 SLAB_RED_ZONE); in test_clobber_redzone_free()
143 SLAB_KMALLOC|SLAB_STORE_USER|SLAB_RED_ZONE); in test_kmalloc_redzone_access()
/linux/mm/
A Dslab.h461 #define SLAB_DEBUG_FLAGS (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER | \
476 SLAB_RED_ZONE | \
611 if (s->flags & (SLAB_RED_ZONE | SLAB_POISON)) in slab_ksize()
A Dslub.c241 if (kmem_cache_debug_flags(s, SLAB_RED_ZONE)) in fixup_red_left()
850 if (s->flags & SLAB_RED_ZONE) in size_from_object()
858 if (s->flags & SLAB_RED_ZONE) in restore_red_left()
1072 if (s->flags & SLAB_RED_ZONE) in print_trailer()
1080 if (s->flags & SLAB_RED_ZONE) in print_trailer()
1150 if (s->flags & SLAB_RED_ZONE) { in init_object()
1174 if (s->flags & SLAB_RED_ZONE) in init_object()
1329 if (s->flags & SLAB_RED_ZONE) { in check_object()
1681 *flags |= SLAB_RED_ZONE; in parse_slub_debug_flags()
5327 ((flags & SLAB_RED_ZONE) && in calculate_sizes()
[all …]
A Dslab_common.c46 #define SLAB_NEVER_MERGE (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER | \
/linux/scripts/gdb/linux/
A Dslab.py14 SLAB_RED_ZONE = constants.LX_SLAB_RED_ZONE variable
48 if cache['flags'] & SLAB_RED_ZONE:
A Dconstants.py.in109 LX_GDBPARSED(SLAB_RED_ZONE)
/linux/include/linux/
A Dslab.h75 #define SLAB_RED_ZONE __SLAB_FLAG_BIT(_SLAB_RED_ZONE) macro
/linux/Documentation/mm/
A Dslub.rst264 (Redzone information is only available if SLAB_RED_ZONE is set.

Completed in 30 milliseconds