Searched refs:SLAB_RED_ZONE (Results 1 – 6 of 6) sorted by relevance
14 SLAB_RED_ZONE = constants.LX_SLAB_RED_ZONE variable48 if cache['flags'] & SLAB_RED_ZONE:
116 LX_GDBPARSED(SLAB_RED_ZONE)
237 if (kmem_cache_debug_flags(s, SLAB_RED_ZONE)) in fixup_red_left()272 #define DEBUG_DEFAULT_FLAGS (SLAB_CONSISTENCY_CHECKS | SLAB_RED_ZONE | \288 #define DEBUG_METADATA_FLAGS (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER)961 if (s->flags & SLAB_RED_ZONE) in size_from_object()969 if (s->flags & SLAB_RED_ZONE) in restore_red_left()1174 if (s->flags & SLAB_RED_ZONE) in print_trailer()1182 if (s->flags & SLAB_RED_ZONE) in print_trailer()1254 if (s->flags & SLAB_RED_ZONE) { in init_object()1278 if (s->flags & SLAB_RED_ZONE) in init_object()1465 if (s->flags & SLAB_RED_ZONE) { in check_object()[all …]
419 #define SLAB_DEBUG_FLAGS (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER | \
78 #define SLAB_RED_ZONE __SLAB_FLAG_BIT(_SLAB_RED_ZONE) macro
272 (Redzone information is only available if SLAB_RED_ZONE is set.