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()
788 if (!(s->flags & SLAB_POISON)) in slab_pad_check()
824 if ((s->flags & SLAB_POISON) && s->object_size < s->inuse) { in check_object()
831 if (s->flags & SLAB_POISON) { in check_object()
1179 slub_debug |= SLAB_POISON; in setup_slub_debug()
1458 if (unlikely(s->flags & SLAB_POISON)) in allocate_slab()
3242 if ((flags & SLAB_POISON) && !(flags & SLAB_DESTROY_BY_RCU) && in calculate_sizes()
3264 if (((flags & (SLAB_DESTROY_BY_RCU | SLAB_POISON)) || in calculate_sizes()
4880 return sprintf(buf, "%d\n", !!(s->flags & SLAB_POISON)); in poison_show()
4889 s->flags &= ~SLAB_POISON; in poison_store()
4892 s->flags |= SLAB_POISON; in poison_store()