SLAB_POISON
64, SLAB_POISON);
64, SLAB_POISON);
64, SLAB_POISON);
#define SLAB_DEBUG_FLAGS (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER | \
if (c->flags & (SLAB_TYPESAFE_BY_RCU | SLAB_POISON))
(c->flags & (SLAB_TYPESAFE_BY_RCU | SLAB_POISON)));
if (!(s->flags & SLAB_POISON))
if ((s->flags & SLAB_POISON) && s->object_size < s->inuse) {
if (s->flags & SLAB_POISON) {
if (!kmem_cache_debug_flags(s, SLAB_POISON))
*flags |= SLAB_POISON;
(slub_debug & SLAB_POISON))
SLAB_POISON | SLAB_STORE_USER)
#define DEBUG_METADATA_FLAGS (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER)
if (s->flags & (SLAB_RED_ZONE | SLAB_POISON))
if ((flags & SLAB_POISON) && !(flags & SLAB_TYPESAFE_BY_RCU) &&
(flags & SLAB_POISON) ||
return sysfs_emit(buf, "%d\n", !!(s->flags & SLAB_POISON));