Searched refs:SLAB_POISON (Results 1 – 5 of 5) sorted by relevance
443 #define SLAB_DEBUG_FLAGS (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER | \707 if (c->flags & (SLAB_TYPESAFE_BY_RCU | SLAB_POISON))719 (c->flags & (SLAB_TYPESAFE_BY_RCU | SLAB_POISON)));
286 SLAB_POISON | SLAB_STORE_USER)301 #define DEBUG_METADATA_FLAGS (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER)1377 * - Filled with 0x5a (POISON_INUSE) when SLAB_POISON is set.1383 * when SLAB_POISON is set.1389 * setup_slab_debug() when SLAB_POISON is set, and is validated by in check_pad_bytes() 1435 if (!(s->flags & SLAB_POISON)) in slab_pad_check() 1498 if ((s->flags & SLAB_POISON) && s->object_size < s->inuse) { in check_object() 1506 if (s->flags & SLAB_POISON) { in check_object() 1714 if (!kmem_cache_debug_flags(s, SLAB_POISON)) in alloc_consistency_checks() 1837 *flags |= SLAB_POISON; in parse_slub_debug_flags() [all...]
117 LX_GDBPARSED(SLAB_POISON)
15 SLAB_POISON = constants.LX_SLAB_POISON variable
80 #define SLAB_POISON __SLAB_FLAG_BIT(_SLAB_POISON) macro