Lines Matching refs:SLAB_RED_ZONE
132 if (kmem_cache_debug_flags(s, SLAB_RED_ZONE)) in fixup_red_left()
174 #define DEBUG_DEFAULT_FLAGS (SLAB_CONSISTENCY_CHECKS | SLAB_RED_ZONE | \
190 #define DEBUG_METADATA_FLAGS (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER)
471 if (s->flags & SLAB_RED_ZONE) in size_from_object()
479 if (s->flags & SLAB_RED_ZONE) in restore_red_left()
700 if (s->flags & SLAB_RED_ZONE) in print_trailer()
708 if (s->flags & SLAB_RED_ZONE) in print_trailer()
752 if (s->flags & SLAB_RED_ZONE) in init_object()
760 if (s->flags & SLAB_RED_ZONE) in init_object()
897 if (s->flags & SLAB_RED_ZONE) { in check_object()
1107 if (!kmem_cache_debug_flags(s, SLAB_STORE_USER|SLAB_RED_ZONE|__OBJECT_POISON)) in setup_object_debug()
1296 *flags |= SLAB_RED_ZONE; in parse_slub_debug_flags()
1570 rsize = (s->flags & SLAB_RED_ZONE) ? s->red_left_pad in slab_free_freelist_hook()
3680 if ((flags & SLAB_RED_ZONE) && size == s->object_size) in calculate_sizes()
3727 if (flags & SLAB_RED_ZONE) { in calculate_sizes()
4055 if (kmem_cache_debug_flags(s, SLAB_RED_ZONE)) { in __check_heap_object()
5229 return sprintf(buf, "%d\n", !!(s->flags & SLAB_RED_ZONE)); in red_zone_show()