Searched refs:SLAB_RED_ZONE (Results 1 – 8 of 8) sorted by relevance
15 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()
325 #define SLAB_DEBUG_FLAGS (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER)327 #define SLAB_DEBUG_FLAGS (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER | \349 SLAB_RED_ZONE | \684 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()1482 if (cachep->flags & SLAB_RED_ZONE) { in print_objinfo()1582 if (cachep->flags & SLAB_RED_ZONE) { in slab_destroy_debugcheck()1933 flags |= SLAB_RED_ZONE | SLAB_STORE_USER; in __kmem_cache_create()1946 if (flags & SLAB_RED_ZONE) { in __kmem_cache_create()1959 flags &= ~(SLAB_RED_ZONE | SLAB_STORE_USER); in __kmem_cache_create()1980 if (flags & SLAB_RED_ZONE) { in __kmem_cache_create()1990 if (flags & SLAB_RED_ZONE) in __kmem_cache_create()2067 cachep->flags &= ~(SLAB_RED_ZONE | SLAB_STORE_USER); in __kmem_cache_create()[all …]
218 if (kmem_cache_debug_flags(s, SLAB_RED_ZONE)) in fixup_red_left()257 #define DEBUG_DEFAULT_FLAGS (SLAB_CONSISTENCY_CHECKS | SLAB_RED_ZONE | \273 #define DEBUG_METADATA_FLAGS (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER)623 if (s->flags & SLAB_RED_ZONE) in size_from_object()631 if (s->flags & SLAB_RED_ZONE) in restore_red_left()893 if (s->flags & SLAB_RED_ZONE) in print_trailer()901 if (s->flags & SLAB_RED_ZONE) in print_trailer()970 if (s->flags & SLAB_RED_ZONE) in init_object()978 if (s->flags & SLAB_RED_ZONE) in init_object()1124 if (s->flags & SLAB_RED_ZONE) { in check_object()[all …]
48 #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.