Searched refs:SLAB_RED_ZONE (Results 1 – 8 of 8) sorted by relevance
33 SLAB_RED_ZONE); in test_clobber_zone()127 SLAB_RED_ZONE); in test_clobber_redzone_free()144 SLAB_KMALLOC|SLAB_STORE_USER|SLAB_RED_ZONE); in test_kmalloc_redzone_access()258 SLAB_KMALLOC|SLAB_STORE_USER|SLAB_RED_ZONE); in test_krealloc_redzone_zeroing()
14 SLAB_RED_ZONE = constants.LX_SLAB_RED_ZONE variable48 if cache['flags'] & SLAB_RED_ZONE:
109 LX_GDBPARSED(SLAB_RED_ZONE)
467 #define SLAB_DEBUG_FLAGS (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER | \596 if (s->flags & (SLAB_RED_ZONE | SLAB_POISON)) in slab_ksize()
240 if (kmem_cache_debug_flags(s, SLAB_RED_ZONE)) in fixup_red_left()841 if (s->flags & SLAB_RED_ZONE) in size_from_object()849 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()1158 if (s->flags & SLAB_RED_ZONE) { in init_object()1182 if (s->flags & SLAB_RED_ZONE) in init_object()1339 if (s->flags & SLAB_RED_ZONE) { in check_object()1700 *flags |= SLAB_RED_ZONE; in parse_slub_debug_flags()5723 ((flags & SLAB_RED_ZONE) && in calculate_sizes()[all …]
48 #define SLAB_NEVER_MERGE (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER | \
76 #define SLAB_RED_ZONE __SLAB_FLAG_BIT(_SLAB_RED_ZONE) macro
273 (Redzone information is only available if SLAB_RED_ZONE is set.