Searched refs:SLAB_RED_ZONE (Results 1 – 8 of 8) sorted by relevance
15 SLAB_RED_ZONE, NULL); in test_clobber_zone()109 SLAB_RED_ZONE, NULL); in test_clobber_redzone_free()
134 #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 | \467 if (s->flags & (SLAB_RED_ZONE | SLAB_POISON)) in slab_ksize()
335 BUG_ON(!(cachep->flags & SLAB_RED_ZONE)); in dbg_redzone1()342 BUG_ON(!(cachep->flags & SLAB_RED_ZONE)); in dbg_redzone2()1494 if (cachep->flags & SLAB_RED_ZONE) { in print_objinfo()1594 if (cachep->flags & SLAB_RED_ZONE) { in slab_destroy_debugcheck()1939 flags |= SLAB_RED_ZONE | SLAB_STORE_USER; in __kmem_cache_create()1952 if (flags & SLAB_RED_ZONE) { in __kmem_cache_create()1965 flags &= ~(SLAB_RED_ZONE | SLAB_STORE_USER); in __kmem_cache_create()1986 if (flags & SLAB_RED_ZONE) { in __kmem_cache_create()1996 if (flags & SLAB_RED_ZONE) in __kmem_cache_create()2073 cachep->flags &= ~(SLAB_RED_ZONE | SLAB_STORE_USER); in __kmem_cache_create()[all …]
194 if (kmem_cache_debug_flags(s, SLAB_RED_ZONE)) in fixup_red_left()233 #define DEBUG_DEFAULT_FLAGS (SLAB_CONSISTENCY_CHECKS | SLAB_RED_ZONE | \249 #define DEBUG_METADATA_FLAGS (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER)595 if (s->flags & SLAB_RED_ZONE) in size_from_object()603 if (s->flags & SLAB_RED_ZONE) in restore_red_left()828 if (s->flags & SLAB_RED_ZONE) in print_trailer()836 if (s->flags & SLAB_RED_ZONE) in print_trailer()888 if (s->flags & SLAB_RED_ZONE) in init_object()896 if (s->flags & SLAB_RED_ZONE) in init_object()1038 if (s->flags & SLAB_RED_ZONE) { in check_object()[all …]
56 #define SLAB_NEVER_MERGE (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER | \
101 #define ORANGEFS_CACHE_CREATE_FLAGS SLAB_RED_ZONE
29 #define SLAB_RED_ZONE ((slab_flags_t __force)0x00000400U) macro
264 (Redzone information is only available if SLAB_RED_ZONE is set.