Home
last modified time | relevance | path

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

/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 | \
368 SLAB_STORE_USER | \
712 if (s->flags & (SLAB_TYPESAFE_BY_RCU | SLAB_STORE_USER)) in slab_ksize()
757 if (kmem_cache_debug_flags(s, SLAB_STORE_USER | SLAB_RED_ZONE) && in slab_post_alloc_hook()
A Dslub.c270 SLAB_POISON | SLAB_STORE_USER)
939 if (s->flags & SLAB_STORE_USER) in print_trailer()
1108 if (s->flags & SLAB_STORE_USER) { in check_pad_bytes()
1526 *flags |= SLAB_STORE_USER; in parse_slub_debug_flags()
1594 if (flags & SLAB_STORE_USER) in setup_slub_debug()
2918 if (s->flags & SLAB_STORE_USER) in free_debug_processing()
3209 if (s->flags & SLAB_STORE_USER) in ___slab_alloc()
3234 if (s->flags & SLAB_STORE_USER) in ___slab_alloc()
3516 if (s->flags & SLAB_STORE_USER) in free_to_partial_list()
4421 if (flags & SLAB_STORE_USER) { in calculate_sizes()
[all …]
A Dslab.c342 if (cachep->flags & SLAB_STORE_USER) in dbg_redzone2()
352 BUG_ON(!(cachep->flags & SLAB_STORE_USER)); in dbg_userword()
1486 if (cachep->flags & SLAB_STORE_USER) in print_objinfo()
1931 flags |= SLAB_RED_ZONE | SLAB_STORE_USER; in __kmem_cache_create()
1957 flags &= ~(SLAB_RED_ZONE | SLAB_STORE_USER); in __kmem_cache_create()
1983 if (flags & SLAB_STORE_USER) { in __kmem_cache_create()
2065 cachep->flags &= ~(SLAB_RED_ZONE | SLAB_STORE_USER); in __kmem_cache_create()
2326 if (cachep->flags & SLAB_STORE_USER) in cache_init_objs_debug()
2702 if (cachep->flags & SLAB_STORE_USER) in cache_free_debugcheck()
2974 if (cachep->flags & SLAB_STORE_USER) in cache_alloc_debugcheck_after()
[all …]
A Dslab_common.c48 #define SLAB_NEVER_MERGE (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER | \
298 if (flags & SLAB_STORE_USER) in kmem_cache_create_usercopy()
/linux-6.3-rc2/lib/
A Dslub_kunit.c142 SLAB_KMALLOC|SLAB_STORE_USER|SLAB_RED_ZONE); in test_kmalloc_redzone_access()
/linux-6.3-rc2/include/linux/
A Dslab.h41 #define SLAB_STORE_USER ((slab_flags_t __force)0x00010000U) macro
/linux-6.3-rc2/Documentation/mm/
A Dslub.rst241 (Object allocation / free information is only available if SLAB_STORE_USER is
/linux-6.3-rc2/kernel/rcu/
A Drcutorture.c2303 kcp = kmem_cache_create("rcuscale", 136, 8, SLAB_STORE_USER, NULL); in rcu_torture_mem_dump_obj()

Completed in 77 milliseconds