Searched refs:SLAB_RED_ZONE (Results 1 – 8 of 8) sorted by relevance
33 SLAB_RED_ZONE); in test_clobber_zone()127 SLAB_RED_ZONE); in test_clobber_redzone_free()144 SLAB_KMALLOC|SLAB_STORE_USER|SLAB_RED_ZONE); in test_kmalloc_redzone_access()258 SLAB_KMALLOC|SLAB_STORE_USER|SLAB_RED_ZONE); in test_krealloc_redzone_zeroing()
14 SLAB_RED_ZONE = constants.LX_SLAB_RED_ZONE variable48 if cache['flags'] & SLAB_RED_ZONE:
116 LX_GDBPARSED(SLAB_RED_ZONE)
453 #define SLAB_DEBUG_FLAGS (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER | \586 if (s->flags & (SLAB_RED_ZONE | SLAB_POISON)) in slab_ksize()
258 if (kmem_cache_debug_flags(s, SLAB_RED_ZONE)) in fixup_red_left()302 #define DEBUG_DEFAULT_FLAGS (SLAB_CONSISTENCY_CHECKS | SLAB_RED_ZONE | \318 #define DEBUG_METADATA_FLAGS (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER)958 if (s->flags & SLAB_RED_ZONE) in size_from_object()966 if (s->flags & SLAB_RED_ZONE) in restore_red_left()1189 if (s->flags & SLAB_RED_ZONE) in print_trailer()1197 if (s->flags & SLAB_RED_ZONE) in print_trailer()1280 if (s->flags & SLAB_RED_ZONE) { in init_object()1304 if (s->flags & SLAB_RED_ZONE) in init_object()1461 if (s->flags & SLAB_RED_ZONE) { in check_object()[all …]
48 #define SLAB_NEVER_MERGE (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER | \
76 #define SLAB_RED_ZONE __SLAB_FLAG_BIT(_SLAB_RED_ZONE) macro
272 (Redzone information is only available if SLAB_RED_ZONE is set.