Lines Matching refs:SLAB_POISON
164 SLAB_POISON | SLAB_STORE_USER)
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()
786 if (!(s->flags & SLAB_POISON)) in slab_pad_check()
822 if ((s->flags & SLAB_POISON) && s->object_size < s->inuse) { in check_object()
829 if (s->flags & SLAB_POISON) { in check_object()
1159 slub_debug |= SLAB_POISON; in setup_slub_debug()
1435 if (unlikely(s->flags & SLAB_POISON)) in new_slab()
3028 if ((flags & SLAB_POISON) && !(flags & SLAB_DESTROY_BY_RCU) && in calculate_sizes()
3050 if (((flags & (SLAB_DESTROY_BY_RCU | SLAB_POISON)) || in calculate_sizes()
4665 return sprintf(buf, "%d\n", !!(s->flags & SLAB_POISON)); in poison_show()
4674 s->flags &= ~SLAB_POISON; in poison_store()
4677 s->flags |= SLAB_POISON; in poison_store()