Lines Matching refs:SLAB_POISON
172 SLAB_POISON | SLAB_STORE_USER)
187 #define DEBUG_METADATA_FLAGS (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER)
829 if (!(s->flags & SLAB_POISON)) in slab_pad_check()
870 if ((s->flags & SLAB_POISON) && s->object_size < s->inuse) { in check_object()
877 if (s->flags & SLAB_POISON) { in check_object()
1246 slub_debug |= SLAB_POISON; in setup_slub_debug()
1607 if (unlikely(s->flags & SLAB_POISON)) in allocate_slab()
3457 if ((flags & SLAB_POISON) && !(flags & SLAB_TYPESAFE_BY_RCU) && in calculate_sizes()
3479 if (((flags & (SLAB_TYPESAFE_BY_RCU | SLAB_POISON)) || in calculate_sizes()
5155 return sprintf(buf, "%d\n", !!(s->flags & SLAB_POISON)); in poison_show()
5164 s->flags &= ~SLAB_POISON; in poison_store()
5166 s->flags |= SLAB_POISON; in poison_store()