Searched refs:SLAB_POISON (Results 1 - 7 of 7) sorted by relevance

/linux-master/lib/
H A Dslub_kunit.c49 64, SLAB_POISON);
94 64, SLAB_POISON);
109 64, SLAB_POISON);
/linux-master/mm/
H A Dslab.h448 #define SLAB_DEBUG_FLAGS (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER | \
464 SLAB_POISON | \
585 if (s->flags & (SLAB_RED_ZONE | SLAB_POISON))
632 if (c->flags & (SLAB_TYPESAFE_BY_RCU | SLAB_POISON))
644 (c->flags & (SLAB_TYPESAFE_BY_RCU | SLAB_POISON)));
H A Dslub.c286 SLAB_POISON | SLAB_STORE_USER)
301 #define DEBUG_METADATA_FLAGS (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER)
1269 if (!(s->flags & SLAB_POISON))
1322 if ((s->flags & SLAB_POISON) && s->object_size < s->inuse) {
1329 if (s->flags & SLAB_POISON) {
1525 if (!kmem_cache_debug_flags(s, SLAB_POISON))
1652 *flags |= SLAB_POISON;
1750 (slub_debug & SLAB_POISON))
1751 pr_info("mem auto-init: SLAB_POISON will take precedence over init_on_alloc/init_on_free\n");
3189 /* Freepointer not overwritten by init_object(), SLAB_POISON move
[all...]
H A Dslab_common.c51 #define SLAB_NEVER_MERGE (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER | \
260 * %SLAB_POISON - Poison the slab with a known test pattern (a5a5a5a5)
374 * %SLAB_POISON - Poison the slab with a known test pattern (a5a5a5a5)
/linux-master/mm/kmsan/
H A Dhooks.c79 if (unlikely(s->flags & (SLAB_TYPESAFE_BY_RCU | SLAB_POISON)))
/linux-master/scripts/gdb/linux/
H A Dslab.py15 SLAB_POISON = constants.LX_SLAB_POISON variable
/linux-master/include/linux/
H A Dslab.h74 #define SLAB_POISON __SLAB_FLAG_BIT(_SLAB_POISON) macro

Completed in 309 milliseconds