Home
last modified time | relevance | path

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

/linux/lib/
A Dslub_kunit.c50 64, SLAB_POISON); in test_next_pointer()
95 64, SLAB_POISON); in test_first_word()
110 64, SLAB_POISON); in test_clobber_50th_byte()
/linux/mm/
A Dslab.h461 #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()
A Dslub.c286 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 …]
A Dslab_common.c46 #define SLAB_NEVER_MERGE (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER | \
/linux/scripts/gdb/linux/
A Dconstants.py.in110 LX_GDBPARSED(SLAB_POISON)
A Dslab.py15 SLAB_POISON = constants.LX_SLAB_POISON variable
/linux/include/linux/
A Dslab.h77 #define SLAB_POISON __SLAB_FLAG_BIT(_SLAB_POISON) macro

Completed in 26 milliseconds