Lines Matching refs:SLAB_RED_ZONE
163 #define DEBUG_DEFAULT_FLAGS (SLAB_DEBUG_FREE | SLAB_RED_ZONE | \
171 #define DEBUG_METADATA_FLAGS (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER)
294 if (s->flags & (SLAB_RED_ZONE | SLAB_POISON)) in slab_ksize()
636 if (s->flags & SLAB_RED_ZONE) in print_trailer()
685 if (s->flags & SLAB_RED_ZONE) in init_object()
819 if (s->flags & SLAB_RED_ZONE) { in check_object()
1025 if (!(s->flags & (SLAB_STORE_USER|SLAB_RED_ZONE|__OBJECT_POISON))) in setup_object_debug()
1176 slub_debug |= SLAB_RED_ZONE; in setup_slub_debug()
3254 if ((flags & SLAB_RED_ZONE) && size == s->object_size) in calculate_sizes()
3286 if (flags & SLAB_RED_ZONE) in calculate_sizes()
4859 return sprintf(buf, "%d\n", !!(s->flags & SLAB_RED_ZONE)); in red_zone_show()
4868 s->flags &= ~SLAB_RED_ZONE; in red_zone_store()
4871 s->flags |= SLAB_RED_ZONE; in red_zone_store()