Searched refs:SLAB_POISON (Results 1 – 7 of 7) sorted by relevance
50 64, SLAB_POISON); in test_next_pointer()95 64, SLAB_POISON); in test_first_word()110 64, SLAB_POISON); in test_clobber_50th_byte()
461 #define SLAB_DEBUG_FLAGS (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER | \477 SLAB_POISON | \611 if (s->flags & (SLAB_RED_ZONE | SLAB_POISON)) in slab_ksize()658 if (c->flags & (SLAB_TYPESAFE_BY_RCU | SLAB_POISON)) in slab_want_init_on_alloc()670 (c->flags & (SLAB_TYPESAFE_BY_RCU | SLAB_POISON))); in slab_want_init_on_free()
286 SLAB_POISON | SLAB_STORE_USER)301 #define DEBUG_METADATA_FLAGS (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER)1295 if (!(s->flags & SLAB_POISON)) in slab_pad_check()1349 if ((s->flags & SLAB_POISON) && s->object_size < s->inuse) { in check_object()1357 if (s->flags & SLAB_POISON) { in check_object()1557 if (!kmem_cache_debug_flags(s, SLAB_POISON)) in setup_slab_debug()1684 *flags |= SLAB_POISON; in parse_slub_debug_flags()1782 (slub_debug & SLAB_POISON)) in setup_slub_debug()5303 if ((flags & SLAB_POISON) && !(flags & SLAB_TYPESAFE_BY_RCU) && in calculate_sizes()5326 (flags & SLAB_POISON) || s->ctor || in calculate_sizes()[all …]
46 #define SLAB_NEVER_MERGE (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER | \
110 LX_GDBPARSED(SLAB_POISON)
15 SLAB_POISON = constants.LX_SLAB_POISON variable
77 #define SLAB_POISON __SLAB_FLAG_BIT(_SLAB_POISON) macro
Completed in 26 milliseconds