Home
last modified time | relevance | path

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

/Linux-v4.19/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 | \
394 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()
1577 if (cachep->flags & SLAB_RED_ZONE) { in print_objinfo()
1677 if (cachep->flags & SLAB_RED_ZONE) { in slab_destroy_debugcheck()
2007 flags |= SLAB_RED_ZONE | SLAB_STORE_USER; in __kmem_cache_create()
2020 if (flags & SLAB_RED_ZONE) { in __kmem_cache_create()
2033 flags &= ~(SLAB_RED_ZONE | SLAB_STORE_USER); in __kmem_cache_create()
2054 if (flags & SLAB_RED_ZONE) { in __kmem_cache_create()
2064 if (flags & SLAB_RED_ZONE) in __kmem_cache_create()
2139 cachep->flags &= ~(SLAB_RED_ZONE | SLAB_STORE_USER); in __kmem_cache_create()
[all …]
Dslub.c129 if (kmem_cache_debug(s) && s->flags & SLAB_RED_ZONE) in fixup_red_left()
171 #define DEBUG_DEFAULT_FLAGS (SLAB_CONSISTENCY_CHECKS | SLAB_RED_ZONE | \
187 #define DEBUG_METADATA_FLAGS (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER)
454 if (s->flags & SLAB_RED_ZONE) in size_from_object()
462 if (s->flags & SLAB_RED_ZONE) in restore_red_left()
660 if (s->flags & SLAB_RED_ZONE) in print_trailer()
668 if (s->flags & SLAB_RED_ZONE) in print_trailer()
715 if (s->flags & SLAB_RED_ZONE) in init_object()
723 if (s->flags & SLAB_RED_ZONE) in init_object()
861 if (s->flags & SLAB_RED_ZONE) { in check_object()
[all …]
Dslab_common.c51 #define SLAB_NEVER_MERGE (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER | \
/Linux-v4.19/fs/orangefs/
Dorangefs-kernel.h100 #define ORANGEFS_CACHE_CREATE_FLAGS SLAB_RED_ZONE
/Linux-v4.19/include/linux/
Dslab.h28 #define SLAB_RED_ZONE ((slab_flags_t __force)0x00000400U) macro
/Linux-v4.19/Documentation/vm/
Dslub.rst237 (Redzone information is only available if SLAB_RED_ZONE is set.