Searched refs:SLAB_POISON (Results 1 – 6 of 6) sorted by relevance
51 64, SLAB_POISON); in test_next_pointer() 96 64, SLAB_POISON); in test_first_word() 111 64, SLAB_POISON); in test_clobber_50th_byte()
443 #define SLAB_DEBUG_FLAGS (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER | \572 if (s->flags & (SLAB_RED_ZONE | SLAB_POISON)) in slab_ksize() 619 if (c->flags & (SLAB_TYPESAFE_BY_RCU | SLAB_POISON)) in slab_want_init_on_alloc() 631 (c->flags & (SLAB_TYPESAFE_BY_RCU | SLAB_POISON))); in slab_want_init_on_free()
302 SLAB_POISON | SLAB_STORE_USER)317 #define DEBUG_METADATA_FLAGS (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER)1340 if (!(s->flags & SLAB_POISON)) in slab_pad_check() 1395 if ((s->flags & SLAB_POISON) && s->object_size < s->inuse) { in check_object() 1403 if (s->flags & SLAB_POISON) { in check_object() 1611 if (!kmem_cache_debug_flags(s, SLAB_POISON)) in setup_slab_debug() 1739 *flags |= SLAB_POISON; in parse_slub_debug_flags() 1837 (slub_debug & SLAB_POISON)) in setup_slub_debug() 1838 pr_info("mem auto-init: SLAB_POISON will take precedence over init_on_alloc/init_on_free\n"); in setup_slub_debug() 3501 /* Freepointer not overwritten by init_object(), SLAB_POISON move in free_debug_processing() [all...]
117 LX_GDBPARSED(SLAB_POISON)
15 SLAB_POISON = constants.LX_SLAB_POISON variable
78 #define SLAB_POISON __SLAB_FLAG_BIT(_SLAB_POISON) macro