Searched refs:SLAB_RED_ZONE (Results 1 – 8 of 8) sorted by relevance
32 SLAB_RED_ZONE); in test_clobber_zone()126 SLAB_RED_ZONE); in test_clobber_redzone_free()143 SLAB_KMALLOC|SLAB_STORE_USER|SLAB_RED_ZONE); in test_kmalloc_redzone_access()
461 #define SLAB_DEBUG_FLAGS (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER | \476 SLAB_RED_ZONE | \611 if (s->flags & (SLAB_RED_ZONE | SLAB_POISON)) in slab_ksize()
241 if (kmem_cache_debug_flags(s, SLAB_RED_ZONE)) in fixup_red_left()850 if (s->flags & SLAB_RED_ZONE) in size_from_object()858 if (s->flags & SLAB_RED_ZONE) in restore_red_left()1072 if (s->flags & SLAB_RED_ZONE) in print_trailer()1080 if (s->flags & SLAB_RED_ZONE) in print_trailer()1150 if (s->flags & SLAB_RED_ZONE) { in init_object()1174 if (s->flags & SLAB_RED_ZONE) in init_object()1329 if (s->flags & SLAB_RED_ZONE) { in check_object()1681 *flags |= SLAB_RED_ZONE; in parse_slub_debug_flags()5327 ((flags & SLAB_RED_ZONE) && in calculate_sizes()[all …]
46 #define SLAB_NEVER_MERGE (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER | \
14 SLAB_RED_ZONE = constants.LX_SLAB_RED_ZONE variable48 if cache['flags'] & SLAB_RED_ZONE:
109 LX_GDBPARSED(SLAB_RED_ZONE)
75 #define SLAB_RED_ZONE __SLAB_FLAG_BIT(_SLAB_RED_ZONE) macro
264 (Redzone information is only available if SLAB_RED_ZONE is set.
Completed in 30 milliseconds