Home
last modified time | relevance | path

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

/linux/lib/
A Dslub_kunit.c33 SLAB_POISON, NULL); in test_next_pointer()
78 SLAB_POISON, NULL); in test_first_word()
93 SLAB_POISON, NULL); in test_clobber_50th_byte()
/linux/mm/
A Dslab.h134 #define SLAB_DEBUG_FLAGS (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER)
136 #define SLAB_DEBUG_FLAGS (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER | \
159 SLAB_POISON | \
467 if (s->flags & (SLAB_RED_ZONE | SLAB_POISON)) in slab_ksize()
612 if (c->flags & (SLAB_TYPESAFE_BY_RCU | SLAB_POISON)) in slab_want_init_on_alloc()
624 (c->flags & (SLAB_TYPESAFE_BY_RCU | SLAB_POISON))); in slab_want_init_on_free()
A Dslab.c1582 if (OBJFREELIST_SLAB(cachep) && cachep->flags & SLAB_POISON) { in slab_destroy_debugcheck()
1590 if (cachep->flags & SLAB_POISON) { in slab_destroy_debugcheck()
1941 flags |= SLAB_POISON; in __kmem_cache_create()
2021 if (debug_pagealloc_enabled_static() && (flags & SLAB_POISON) && in __kmem_cache_create()
2071 (cachep->flags & SLAB_POISON) && in __kmem_cache_create()
2349 if (cachep->ctor && !(cachep->flags & SLAB_POISON)) { in cache_init_objs_debug()
2364 if (cachep->flags & SLAB_POISON) { in cache_init_objs_debug()
2732 if (cachep->flags & SLAB_POISON) { in cache_free_debugcheck()
2770 if (cachep->flags & SLAB_POISON) { in fixup_slab_list()
2997 if (cachep->flags & SLAB_POISON) { in cache_alloc_debugcheck_after()
[all …]
A Dslub.c234 SLAB_POISON | SLAB_STORE_USER)
249 #define DEBUG_METADATA_FLAGS (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER)
1028 if (!(s->flags & SLAB_POISON)) in slab_pad_check()
1070 if ((s->flags & SLAB_POISON) && s->object_size < s->inuse) { in check_object()
1077 if (s->flags & SLAB_POISON) { in check_object()
1279 if (!kmem_cache_debug_flags(s, SLAB_POISON)) in setup_page_debug()
1461 *flags |= SLAB_POISON; in parse_slub_debug_flags()
1555 (slub_debug & SLAB_POISON)) in setup_slub_debug()
4068 if ((flags & SLAB_POISON) && !(flags & SLAB_TYPESAFE_BY_RCU) && in calculate_sizes()
4090 if ((flags & (SLAB_TYPESAFE_BY_RCU | SLAB_POISON)) || in calculate_sizes()
[all …]
A Dslab_common.c48 #define SLAB_NEVER_MERGE (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER | \
/linux/include/linux/
A Dslab.h31 #define SLAB_POISON ((slab_flags_t __force)0x00000800U) macro

Completed in 30 milliseconds