Home
last modified time | relevance | path

Searched refs:SLAB_RED_ZONE (Results 1 – 8 of 8) sorted by relevance

/linux-6.3-rc2/lib/
A Dslub_kunit.c31 SLAB_RED_ZONE); in test_clobber_zone()
125 SLAB_RED_ZONE); in test_clobber_redzone_free()
142 SLAB_KMALLOC|SLAB_STORE_USER|SLAB_RED_ZONE); in test_kmalloc_redzone_access()
/linux-6.3-rc2/mm/
A Dslab.h341 #define SLAB_DEBUG_FLAGS (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER)
343 #define SLAB_DEBUG_FLAGS (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER | \
366 SLAB_RED_ZONE | \
702 if (s->flags & (SLAB_RED_ZONE | SLAB_POISON)) in slab_ksize()
757 if (kmem_cache_debug_flags(s, SLAB_STORE_USER | SLAB_RED_ZONE) && in slab_post_alloc_hook()
A Dslab.c334 BUG_ON(!(cachep->flags & SLAB_RED_ZONE)); in dbg_redzone1()
341 BUG_ON(!(cachep->flags & SLAB_RED_ZONE)); in dbg_redzone2()
1480 if (cachep->flags & SLAB_RED_ZONE) { in print_objinfo()
1580 if (cachep->flags & SLAB_RED_ZONE) { in slab_destroy_debugcheck()
1944 if (flags & SLAB_RED_ZONE) { in __kmem_cache_create()
1978 if (flags & SLAB_RED_ZONE) { in __kmem_cache_create()
1988 if (flags & SLAB_RED_ZONE) in __kmem_cache_create()
2329 if (cachep->flags & SLAB_RED_ZONE) { in cache_init_objs_debug()
2346 if (cachep->flags & SLAB_RED_ZONE) { in cache_init_objs_debug()
2697 if (cachep->flags & SLAB_RED_ZONE) { in cache_free_debugcheck()
[all …]
A Dslub.c225 if (kmem_cache_debug_flags(s, SLAB_RED_ZONE)) in fixup_red_left()
639 if (s->flags & SLAB_RED_ZONE) in size_from_object()
647 if (s->flags & SLAB_RED_ZONE) in restore_red_left()
925 if (s->flags & SLAB_RED_ZONE) in print_trailer()
933 if (s->flags & SLAB_RED_ZONE) in print_trailer()
1003 if (s->flags & SLAB_RED_ZONE) { in init_object()
1021 if (s->flags & SLAB_RED_ZONE) in init_object()
1168 if (s->flags & SLAB_RED_ZONE) { in check_object()
1520 *flags |= SLAB_RED_ZONE; in parse_slub_debug_flags()
4381 if ((flags & SLAB_RED_ZONE) && size == s->object_size) in calculate_sizes()
[all …]
A Dslab_common.c48 #define SLAB_NEVER_MERGE (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER | \
/linux-6.3-rc2/fs/orangefs/
A Dorangefs-kernel.h101 #define ORANGEFS_CACHE_CREATE_FLAGS SLAB_RED_ZONE
/linux-6.3-rc2/include/linux/
A Dslab.h29 #define SLAB_RED_ZONE ((slab_flags_t __force)0x00000400U) macro
/linux-6.3-rc2/Documentation/mm/
A Dslub.rst264 (Redzone information is only available if SLAB_RED_ZONE is set.

Completed in 31 milliseconds