Lines Matching refs:SLAB_POISON
270 SLAB_POISON | SLAB_STORE_USER)
285 #define DEBUG_METADATA_FLAGS (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER)
1135 if (!(s->flags & SLAB_POISON)) in slab_pad_check()
1188 if ((s->flags & SLAB_POISON) && s->object_size < s->inuse) { in check_object()
1195 if (s->flags & SLAB_POISON) { in check_object()
1396 if (!kmem_cache_debug_flags(s, SLAB_POISON)) in setup_slab_debug()
1523 *flags |= SLAB_POISON; in parse_slub_debug_flags()
1621 (slub_debug & SLAB_POISON)) in setup_slub_debug()
4369 if ((flags & SLAB_POISON) && !(flags & SLAB_TYPESAFE_BY_RCU) && in calculate_sizes()
4392 (flags & (SLAB_TYPESAFE_BY_RCU | SLAB_POISON)) || in calculate_sizes()
5737 return sysfs_emit(buf, "%d\n", !!(s->flags & SLAB_POISON)); in poison_show()