Home
last modified time | relevance | path

Searched refs:SLAB_RED_ZONE (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.15/lib/
Dslub_kunit.c15 SLAB_RED_ZONE, NULL); in test_clobber_zone()
109 SLAB_RED_ZONE, NULL); in test_clobber_redzone_free()
/Linux-v5.15/mm/
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 | \
158 SLAB_RED_ZONE | \
467 if (s->flags & (SLAB_RED_ZONE | SLAB_POISON)) in slab_ksize()
Dslab.c335 BUG_ON(!(cachep->flags & SLAB_RED_ZONE)); in dbg_redzone1()
342 BUG_ON(!(cachep->flags & SLAB_RED_ZONE)); in dbg_redzone2()
1494 if (cachep->flags & SLAB_RED_ZONE) { in print_objinfo()
1594 if (cachep->flags & SLAB_RED_ZONE) { in slab_destroy_debugcheck()
1939 flags |= SLAB_RED_ZONE | SLAB_STORE_USER; in __kmem_cache_create()
1952 if (flags & SLAB_RED_ZONE) { in __kmem_cache_create()
1965 flags &= ~(SLAB_RED_ZONE | SLAB_STORE_USER); in __kmem_cache_create()
1986 if (flags & SLAB_RED_ZONE) { in __kmem_cache_create()
1996 if (flags & SLAB_RED_ZONE) in __kmem_cache_create()
2073 cachep->flags &= ~(SLAB_RED_ZONE | SLAB_STORE_USER); in __kmem_cache_create()
[all …]
Dslub.c194 if (kmem_cache_debug_flags(s, SLAB_RED_ZONE)) in fixup_red_left()
233 #define DEBUG_DEFAULT_FLAGS (SLAB_CONSISTENCY_CHECKS | SLAB_RED_ZONE | \
249 #define DEBUG_METADATA_FLAGS (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER)
595 if (s->flags & SLAB_RED_ZONE) in size_from_object()
603 if (s->flags & SLAB_RED_ZONE) in restore_red_left()
828 if (s->flags & SLAB_RED_ZONE) in print_trailer()
836 if (s->flags & SLAB_RED_ZONE) in print_trailer()
888 if (s->flags & SLAB_RED_ZONE) in init_object()
896 if (s->flags & SLAB_RED_ZONE) in init_object()
1038 if (s->flags & SLAB_RED_ZONE) { in check_object()
[all …]
Dslab_common.c56 #define SLAB_NEVER_MERGE (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER | \
/Linux-v5.15/fs/orangefs/
Dorangefs-kernel.h101 #define ORANGEFS_CACHE_CREATE_FLAGS SLAB_RED_ZONE
/Linux-v5.15/include/linux/
Dslab.h29 #define SLAB_RED_ZONE ((slab_flags_t __force)0x00000400U) macro
/Linux-v5.15/Documentation/vm/
Dslub.rst264 (Redzone information is only available if SLAB_RED_ZONE is set.