Home
last modified time | relevance | path

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

/linux-6.15/scripts/gdb/linux/
H A 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:
H A Dconstants.py.in115 LX_GDBPARSED(SLAB_STORE_USER)
/linux-6.15/mm/
H A Dslab.h467 #define SLAB_DEBUG_FLAGS (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER | \
606 if (s->flags & (SLAB_TYPESAFE_BY_RCU | SLAB_STORE_USER)) in slab_ksize()
685 return (kmem_cache_debug_flags(s, SLAB_STORE_USER) && in slub_debug_orig_size()
H A Dslub.c285 SLAB_POISON | SLAB_STORE_USER)
1086 if (s->flags & SLAB_STORE_USER) in print_trailer()
1276 if (s->flags & SLAB_STORE_USER) { in check_pad_bytes()
1706 *flags |= SLAB_STORE_USER; in parse_slub_debug_flags()
1774 if (flags & SLAB_STORE_USER) in setup_slub_debug()
1793 if (slub_debug & SLAB_STORE_USER) in setup_slub_debug()
3465 if (s->flags & SLAB_STORE_USER) in free_debug_processing()
3879 if (s->flags & SLAB_STORE_USER) in ___slab_alloc()
4386 if (s->flags & SLAB_STORE_USER) in free_to_partial_list()
5755 if (flags & SLAB_STORE_USER) { in calculate_sizes()
[all …]
H A Dslab_common.c48 #define SLAB_NEVER_MERGE (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER | \
299 if (flags & SLAB_STORE_USER) in __kmem_cache_create_args()
/linux-6.15/lib/tests/
H A Dslub_kunit.c144 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()
/linux-6.15/include/linux/
H A Dslab.h98 #define SLAB_STORE_USER __SLAB_FLAG_BIT(_SLAB_STORE_USER) macro
/linux-6.15/Documentation/mm/
H A Dslub.rst250 (Object allocation / free information is only available if SLAB_STORE_USER is
/linux-6.15/kernel/rcu/
H A Drcutorture.c2524 kcp = kmem_cache_create("rcuscale", 136, 8, SLAB_STORE_USER, NULL); in rcu_torture_mem_dump_obj()