Home
last modified time | relevance | path

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

/Linux-v5.10/mm/
Dslab.h136 #define SLAB_DEBUG_FLAGS (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER)
138 #define SLAB_DEBUG_FLAGS (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER | \
160 SLAB_RED_ZONE | \
488 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()
1938 flags |= SLAB_RED_ZONE | SLAB_STORE_USER; in __kmem_cache_create()
1951 if (flags & SLAB_RED_ZONE) { in __kmem_cache_create()
1964 flags &= ~(SLAB_RED_ZONE | SLAB_STORE_USER); in __kmem_cache_create()
1985 if (flags & SLAB_RED_ZONE) { in __kmem_cache_create()
1995 if (flags & SLAB_RED_ZONE) in __kmem_cache_create()
2072 cachep->flags &= ~(SLAB_RED_ZONE | SLAB_STORE_USER); in __kmem_cache_create()
[all …]
Dslub.c132 if (kmem_cache_debug_flags(s, SLAB_RED_ZONE)) in fixup_red_left()
174 #define DEBUG_DEFAULT_FLAGS (SLAB_CONSISTENCY_CHECKS | SLAB_RED_ZONE | \
190 #define DEBUG_METADATA_FLAGS (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER)
471 if (s->flags & SLAB_RED_ZONE) in size_from_object()
479 if (s->flags & SLAB_RED_ZONE) in restore_red_left()
700 if (s->flags & SLAB_RED_ZONE) in print_trailer()
708 if (s->flags & SLAB_RED_ZONE) in print_trailer()
752 if (s->flags & SLAB_RED_ZONE) in init_object()
760 if (s->flags & SLAB_RED_ZONE) in init_object()
897 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 | \
/Linux-v5.10/fs/orangefs/
Dorangefs-kernel.h101 #define ORANGEFS_CACHE_CREATE_FLAGS SLAB_RED_ZONE
/Linux-v5.10/include/linux/
Dslab.h29 #define SLAB_RED_ZONE ((slab_flags_t __force)0x00000400U) macro
/Linux-v5.10/Documentation/vm/
Dslub.rst264 (Redzone information is only available if SLAB_RED_ZONE is set.
/Linux-v5.10/fs/btrfs/
Dinode.c8809 SLAB_RED_ZONE, NULL); in btrfs_init_cachep()