Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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 | \
485 if (s->flags & (SLAB_RED_ZONE | SLAB_POISON)) in slab_ksize()
Dslab.c334 BUG_ON(!(cachep->flags & SLAB_RED_ZONE)); in dbg_redzone1()
341 BUG_ON(!(cachep->flags & SLAB_RED_ZONE)); in dbg_redzone2()
1492 if (cachep->flags & SLAB_RED_ZONE) { in print_objinfo()
1592 if (cachep->flags & SLAB_RED_ZONE) { in slab_destroy_debugcheck()
1937 flags |= SLAB_RED_ZONE | SLAB_STORE_USER; in __kmem_cache_create()
1950 if (flags & SLAB_RED_ZONE) { in __kmem_cache_create()
1963 flags &= ~(SLAB_RED_ZONE | SLAB_STORE_USER); in __kmem_cache_create()
1984 if (flags & SLAB_RED_ZONE) { in __kmem_cache_create()
1994 if (flags & SLAB_RED_ZONE) in __kmem_cache_create()
2071 cachep->flags &= ~(SLAB_RED_ZONE | SLAB_STORE_USER); in __kmem_cache_create()
[all …]
Dslub.c133 if (kmem_cache_debug_flags(s, SLAB_RED_ZONE)) in fixup_red_left()
175 #define DEBUG_DEFAULT_FLAGS (SLAB_CONSISTENCY_CHECKS | SLAB_RED_ZONE | \
191 #define DEBUG_METADATA_FLAGS (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER)
472 if (s->flags & SLAB_RED_ZONE) in size_from_object()
480 if (s->flags & SLAB_RED_ZONE) in restore_red_left()
701 if (s->flags & SLAB_RED_ZONE) in print_trailer()
709 if (s->flags & SLAB_RED_ZONE) in print_trailer()
753 if (s->flags & SLAB_RED_ZONE) in init_object()
761 if (s->flags & SLAB_RED_ZONE) in init_object()
898 if (s->flags & SLAB_RED_ZONE) { in check_object()
[all …]
Dslab_common.c54 #define SLAB_NEVER_MERGE (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER | \
/kernel/linux/linux-5.10/fs/orangefs/
Dorangefs-kernel.h101 #define ORANGEFS_CACHE_CREATE_FLAGS SLAB_RED_ZONE
/kernel/linux/linux-5.10/include/linux/
Dslab.h29 #define SLAB_RED_ZONE ((slab_flags_t __force)0x00000400U) macro
/kernel/linux/linux-5.10/Documentation/vm/
Dslub.rst264 (Redzone information is only available if SLAB_RED_ZONE is set.