Home
last modified time | relevance | path

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

/Linux-v6.6/lib/
Dslub_kunit.c49 64, SLAB_POISON); in test_next_pointer()
94 64, SLAB_POISON); in test_first_word()
109 64, SLAB_POISON); in test_clobber_50th_byte()
/Linux-v6.6/mm/
Dslab.h324 #define SLAB_DEBUG_FLAGS (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER)
326 #define SLAB_DEBUG_FLAGS (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER | \
350 SLAB_POISON | \
683 if (s->flags & (SLAB_RED_ZONE | SLAB_POISON)) in slab_ksize()
849 if (c->flags & (SLAB_TYPESAFE_BY_RCU | SLAB_POISON)) in slab_want_init_on_alloc()
861 (c->flags & (SLAB_TYPESAFE_BY_RCU | SLAB_POISON))); in slab_want_init_on_free()
Dslab.c1563 if (OBJFREELIST_SLAB(cachep) && cachep->flags & SLAB_POISON) { in slab_destroy_debugcheck()
1571 if (cachep->flags & SLAB_POISON) { in slab_destroy_debugcheck()
1924 flags |= SLAB_POISON; in __kmem_cache_create()
2004 if (debug_pagealloc_enabled_static() && (flags & SLAB_POISON) && in __kmem_cache_create()
2054 (cachep->flags & SLAB_POISON) && in __kmem_cache_create()
2329 if (cachep->ctor && !(cachep->flags & SLAB_POISON)) { in cache_init_objs_debug()
2344 if (cachep->flags & SLAB_POISON) { in cache_init_objs_debug()
2690 if (cachep->flags & SLAB_POISON) { in cache_free_debugcheck()
2728 if (cachep->flags & SLAB_POISON) { in fixup_slab_list()
2949 if (cachep->flags & SLAB_POISON) { in cache_alloc_debugcheck_after()
[all …]
Dslub.c270 SLAB_POISON | SLAB_STORE_USER)
285 #define DEBUG_METADATA_FLAGS (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER)
1164 if (!(s->flags & SLAB_POISON)) in slab_pad_check()
1217 if ((s->flags & SLAB_POISON) && s->object_size < s->inuse) { in check_object()
1224 if (s->flags & SLAB_POISON) { in check_object()
1417 if (!kmem_cache_debug_flags(s, SLAB_POISON)) in setup_slab_debug()
1544 *flags |= SLAB_POISON; in parse_slub_debug_flags()
1642 (slub_debug & SLAB_POISON)) in setup_slub_debug()
4391 if ((flags & SLAB_POISON) && !(flags & SLAB_TYPESAFE_BY_RCU) && in calculate_sizes()
4414 (flags & (SLAB_TYPESAFE_BY_RCU | SLAB_POISON)) || in calculate_sizes()
[all …]
Dslab_common.c50 #define SLAB_NEVER_MERGE (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER | \
/Linux-v6.6/scripts/gdb/linux/
Dconstants.py.in109 LX_GDBPARSED(SLAB_POISON)
Dslab.py15 SLAB_POISON = constants.LX_SLAB_POISON variable
/Linux-v6.6/mm/kmsan/
Dhooks.c79 if (unlikely(s->flags & (SLAB_TYPESAFE_BY_RCU | SLAB_POISON))) in kmsan_slab_free()
/Linux-v6.6/include/linux/
Dslab.h34 #define SLAB_POISON ((slab_flags_t __force)0x00000800U) macro