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()
634 if (s->flags & SLAB_RED_ZONE) in print_trailer()
683 if (s->flags & SLAB_RED_ZONE) in init_object()
817 if (s->flags & SLAB_RED_ZONE) { in check_object()
1023 if (!(s->flags & (SLAB_STORE_USER|SLAB_RED_ZONE|__OBJECT_POISON))) in setup_object_debug()
1156 slub_debug |= SLAB_RED_ZONE; in setup_slub_debug()
3040 if ((flags & SLAB_RED_ZONE) && size == s->object_size) in calculate_sizes()
3072 if (flags & SLAB_RED_ZONE) in calculate_sizes()
4644 return sprintf(buf, "%d\n", !!(s->flags & SLAB_RED_ZONE)); in red_zone_show()
4653 s->flags &= ~SLAB_RED_ZONE; in red_zone_store()
4656 s->flags |= SLAB_RED_ZONE; in red_zone_store()