Home
last modified time | relevance | path

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

/Linux-v5.4/mm/
Dslab.h198 #define SLAB_DEBUG_FLAGS (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER)
200 #define SLAB_DEBUG_FLAGS (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER | \
222 SLAB_RED_ZONE | \
538 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()
1486 if (cachep->flags & SLAB_RED_ZONE) { in print_objinfo()
1586 if (cachep->flags & SLAB_RED_ZONE) { in slab_destroy_debugcheck()
1928 flags |= SLAB_RED_ZONE | SLAB_STORE_USER; in __kmem_cache_create()
1941 if (flags & SLAB_RED_ZONE) { in __kmem_cache_create()
1954 flags &= ~(SLAB_RED_ZONE | SLAB_STORE_USER); in __kmem_cache_create()
1975 if (flags & SLAB_RED_ZONE) { in __kmem_cache_create()
1985 if (flags & SLAB_RED_ZONE) in __kmem_cache_create()
2062 cachep->flags &= ~(SLAB_RED_ZONE | SLAB_STORE_USER); in __kmem_cache_create()
[all …]
Dslub.c130 if (kmem_cache_debug(s) && s->flags & SLAB_RED_ZONE) in fixup_red_left()
172 #define DEBUG_DEFAULT_FLAGS (SLAB_CONSISTENCY_CHECKS | SLAB_RED_ZONE | \
188 #define DEBUG_METADATA_FLAGS (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER)
461 if (s->flags & SLAB_RED_ZONE) in size_from_object()
469 if (s->flags & SLAB_RED_ZONE) in restore_red_left()
659 if (s->flags & SLAB_RED_ZONE) in print_trailer()
667 if (s->flags & SLAB_RED_ZONE) in print_trailer()
714 if (s->flags & SLAB_RED_ZONE) in init_object()
722 if (s->flags & SLAB_RED_ZONE) in init_object()
860 if (s->flags & SLAB_RED_ZONE) { in check_object()
[all …]
Dslab_common.c52 #define SLAB_NEVER_MERGE (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER | \
/Linux-v5.4/fs/orangefs/
Dorangefs-kernel.h101 #define ORANGEFS_CACHE_CREATE_FLAGS SLAB_RED_ZONE
/Linux-v5.4/include/linux/
Dslab.h29 #define SLAB_RED_ZONE ((slab_flags_t __force)0x00000400U) macro
/Linux-v5.4/Documentation/vm/
Dslub.rst243 (Redzone information is only available if SLAB_RED_ZONE is set.
/Linux-v5.4/fs/btrfs/
Dinode.c9453 SLAB_RED_ZONE, NULL); in btrfs_init_cachep()