Lines Matching refs:SLAB_RED_ZONE
129 if (kmem_cache_debug(s) && s->flags & SLAB_RED_ZONE) in fixup_red_left()
171 #define DEBUG_DEFAULT_FLAGS (SLAB_CONSISTENCY_CHECKS | SLAB_RED_ZONE | \
187 #define DEBUG_METADATA_FLAGS (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER)
454 if (s->flags & SLAB_RED_ZONE) in size_from_object()
462 if (s->flags & SLAB_RED_ZONE) in restore_red_left()
660 if (s->flags & SLAB_RED_ZONE) in print_trailer()
668 if (s->flags & SLAB_RED_ZONE) in print_trailer()
715 if (s->flags & SLAB_RED_ZONE) in init_object()
723 if (s->flags & SLAB_RED_ZONE) in init_object()
861 if (s->flags & SLAB_RED_ZONE) { in check_object()
1071 if (!(s->flags & (SLAB_STORE_USER|SLAB_RED_ZONE|__OBJECT_POISON))) in setup_object_debug()
1243 slub_debug |= SLAB_RED_ZONE; in setup_slub_debug()
3469 if ((flags & SLAB_RED_ZONE) && size == s->object_size) in calculate_sizes()
3504 if (flags & SLAB_RED_ZONE) { in calculate_sizes()
3831 if (kmem_cache_debug(s) && s->flags & SLAB_RED_ZONE) { in __check_heap_object()
5135 return sprintf(buf, "%d\n", !!(s->flags & SLAB_RED_ZONE)); in red_zone_show()
5144 s->flags &= ~SLAB_RED_ZONE; in red_zone_store()
5146 s->flags |= SLAB_RED_ZONE; in red_zone_store()