Home
last modified time | relevance | path

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

/linux-5.19.10/lib/
Dslub_kunit.c15 SLAB_RED_ZONE|SLAB_NO_USER_FLAGS, NULL); in test_clobber_zone()
109 SLAB_RED_ZONE|SLAB_NO_USER_FLAGS, NULL); in test_clobber_redzone_free()
/linux-5.19.10/mm/
Dslab.h320 #define SLAB_DEBUG_FLAGS (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER)
322 #define SLAB_DEBUG_FLAGS (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER | \
344 SLAB_RED_ZONE | \
697 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()
1482 if (cachep->flags & SLAB_RED_ZONE) { in print_objinfo()
1582 if (cachep->flags & SLAB_RED_ZONE) { in slab_destroy_debugcheck()
1927 flags |= SLAB_RED_ZONE | SLAB_STORE_USER; in __kmem_cache_create()
1940 if (flags & SLAB_RED_ZONE) { in __kmem_cache_create()
1953 flags &= ~(SLAB_RED_ZONE | SLAB_STORE_USER); in __kmem_cache_create()
1974 if (flags & SLAB_RED_ZONE) { in __kmem_cache_create()
1984 if (flags & SLAB_RED_ZONE) in __kmem_cache_create()
2061 cachep->flags &= ~(SLAB_RED_ZONE | SLAB_STORE_USER); in __kmem_cache_create()
[all …]
Dslub.c196 if (kmem_cache_debug_flags(s, SLAB_RED_ZONE)) in fixup_red_left()
235 #define DEBUG_DEFAULT_FLAGS (SLAB_CONSISTENCY_CHECKS | SLAB_RED_ZONE | \
251 #define DEBUG_METADATA_FLAGS (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER)
624 if (s->flags & SLAB_RED_ZONE) in size_from_object()
632 if (s->flags & SLAB_RED_ZONE) in restore_red_left()
861 if (s->flags & SLAB_RED_ZONE) in print_trailer()
869 if (s->flags & SLAB_RED_ZONE) in print_trailer()
935 if (s->flags & SLAB_RED_ZONE) in init_object()
943 if (s->flags & SLAB_RED_ZONE) in init_object()
1084 if (s->flags & SLAB_RED_ZONE) { in check_object()
[all …]
Dslab_common.c49 #define SLAB_NEVER_MERGE (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER | \
/linux-5.19.10/fs/orangefs/
Dorangefs-kernel.h101 #define ORANGEFS_CACHE_CREATE_FLAGS SLAB_RED_ZONE
/linux-5.19.10/include/linux/
Dslab.h29 #define SLAB_RED_ZONE ((slab_flags_t __force)0x00000400U) macro
/linux-5.19.10/Documentation/vm/
Dslub.rst264 (Redzone information is only available if SLAB_RED_ZONE is set.