Searched refs:SLAB_POISON (Results 1 – 5 of 5) sorted by relevance
419 #define SLAB_DEBUG_FLAGS (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER | \682 if (c->flags & (SLAB_TYPESAFE_BY_RCU | SLAB_POISON)) in slab_want_init_on_alloc()694 (c->flags & (SLAB_TYPESAFE_BY_RCU | SLAB_POISON))); in slab_want_init_on_free()
273 SLAB_POISON | SLAB_STORE_USER)288 #define DEBUG_METADATA_FLAGS (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER)1422 if (!(s->flags & SLAB_POISON)) in slab_pad_check()1485 if ((s->flags & SLAB_POISON) && s->object_size < s->inuse) { in check_object()1493 if (s->flags & SLAB_POISON) { in check_object()1701 if (!kmem_cache_debug_flags(s, SLAB_POISON)) in setup_slab_debug()1824 *flags |= SLAB_POISON; in parse_slub_debug_flags()1922 (slub_debug & SLAB_POISON)) in setup_slub_debug()6390 if (s->flags & (SLAB_RED_ZONE | SLAB_POISON)) in slab_ksize()7768 if ((flags & SLAB_POISON) && !(flags & SLAB_TYPESAFE_BY_RCU) && in calculate_sizes()[all …]
117 LX_GDBPARSED(SLAB_POISON)
15 SLAB_POISON = constants.LX_SLAB_POISON variable
80 #define SLAB_POISON __SLAB_FLAG_BIT(_SLAB_POISON) macro