Home
last modified time | relevance | path

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

/linux-6.6.21/mm/
Dslab.h324 #define SLAB_DEBUG_FLAGS (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER)
326 #define SLAB_DEBUG_FLAGS (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER | \
351 SLAB_STORE_USER | \
693 if (s->flags & (SLAB_TYPESAFE_BY_RCU | SLAB_STORE_USER)) in slab_ksize()
739 if (kmem_cache_debug_flags(s, SLAB_STORE_USER | SLAB_RED_ZONE) && in slab_post_alloc_hook()
Dslub.c219 return (kmem_cache_debug_flags(s, SLAB_STORE_USER) && in slub_debug_orig_size()
270 SLAB_POISON | SLAB_STORE_USER)
276 #define SLAB_NO_CMPXCHG (SLAB_CONSISTENCY_CHECKS | SLAB_STORE_USER | \
285 #define DEBUG_METADATA_FLAGS (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER)
819 if (!(s->flags & SLAB_STORE_USER)) in init_tracking()
847 if (!(s->flags & SLAB_STORE_USER)) in print_tracking()
968 if (s->flags & SLAB_STORE_USER) in print_trailer()
1137 if (s->flags & SLAB_STORE_USER) { in check_pad_bytes()
1360 if (!(s->flags & SLAB_STORE_USER)) in add_full()
1369 if (!(s->flags & SLAB_STORE_USER)) in remove_full()
[all …]
Dslab.c342 if (cachep->flags & SLAB_STORE_USER) in dbg_redzone2()
352 BUG_ON(!(cachep->flags & SLAB_STORE_USER)); in dbg_userword()
1481 if (cachep->flags & SLAB_STORE_USER) in print_objinfo()
1922 flags |= SLAB_RED_ZONE | SLAB_STORE_USER; in __kmem_cache_create()
1948 flags &= ~(SLAB_RED_ZONE | SLAB_STORE_USER); in __kmem_cache_create()
1974 if (flags & SLAB_STORE_USER) { in __kmem_cache_create()
2056 cachep->flags &= ~(SLAB_RED_ZONE | SLAB_STORE_USER); in __kmem_cache_create()
2317 if (cachep->flags & SLAB_STORE_USER) in cache_init_objs_debug()
2682 if (cachep->flags & SLAB_STORE_USER) in cache_free_debugcheck()
2954 if (cachep->flags & SLAB_STORE_USER) in cache_alloc_debugcheck_after()
[all …]
Dslab_common.c50 #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.6.21/scripts/gdb/linux/
Dslab.py20 SLAB_STORE_USER = constants.LX_SLAB_STORE_USER variable
61 if cache['flags'] & SLAB_STORE_USER and cache['flags'] & SLAB_KMALLOC:
197 if target_cache['flags'] & SLAB_STORE_USER:
Dconstants.py.in115 LX_GDBPARSED(SLAB_STORE_USER)
/linux-6.6.21/lib/
Dslub_kunit.c142 SLAB_KMALLOC|SLAB_STORE_USER|SLAB_RED_ZONE); in test_kmalloc_redzone_access()
/linux-6.6.21/include/linux/
Dslab.h44 #define SLAB_STORE_USER ((slab_flags_t __force)0x00010000U) macro
/linux-6.6.21/Documentation/mm/
Dslub.rst241 (Object allocation / free information is only available if SLAB_STORE_USER is
/linux-6.6.21/kernel/rcu/
Drcutorture.c2302 kcp = kmem_cache_create("rcuscale", 136, 8, SLAB_STORE_USER, NULL); in rcu_torture_mem_dump_obj()