Home
last modified time | relevance | path

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

/linux-6.15/lib/tests/
H A Dslub_kunit.c51 64, SLAB_POISON); in test_next_pointer()
96 64, SLAB_POISON); in test_first_word()
111 64, SLAB_POISON); in test_clobber_50th_byte()
/linux-6.15/mm/
H A Dslab.h467 #define SLAB_DEBUG_FLAGS (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER | \
596 if (s->flags & (SLAB_RED_ZONE | SLAB_POISON)) in slab_ksize()
643 if (c->flags & (SLAB_TYPESAFE_BY_RCU | SLAB_POISON)) in slab_want_init_on_alloc()
655 (c->flags & (SLAB_TYPESAFE_BY_RCU | SLAB_POISON))); in slab_want_init_on_free()
H A Dslub.c285 SLAB_POISON | SLAB_STORE_USER)
300 #define DEBUG_METADATA_FLAGS (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER)
1304 if (!(s->flags & SLAB_POISON)) in slab_pad_check()
1359 if ((s->flags & SLAB_POISON) && s->object_size < s->inuse) { in check_object()
1367 if (s->flags & SLAB_POISON) { in check_object()
1575 if (!kmem_cache_debug_flags(s, SLAB_POISON)) in setup_slab_debug()
1703 *flags |= SLAB_POISON; in parse_slub_debug_flags()
1801 (slub_debug & SLAB_POISON)) in setup_slub_debug()
5699 if ((flags & SLAB_POISON) && !(flags & SLAB_TYPESAFE_BY_RCU) && in calculate_sizes()
5722 (flags & SLAB_POISON) || s->ctor || in calculate_sizes()
[all …]
H A Dslab_common.c48 #define SLAB_NEVER_MERGE (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER | \
/linux-6.15/scripts/gdb/linux/
H A Dconstants.py.in110 LX_GDBPARSED(SLAB_POISON)
H A Dslab.py15 SLAB_POISON = constants.LX_SLAB_POISON variable
/linux-6.15/include/linux/
H A Dslab.h78 #define SLAB_POISON __SLAB_FLAG_BIT(_SLAB_POISON) macro