Home
last modified time | relevance | path

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

/linux/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.in122 LX_GDBPARSED(SLAB_STORE_USER)
/linux/mm/
H A Dslab.h434 #define SLAB_DEBUG_FLAGS (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER | \
577 if (s->flags & (SLAB_TYPESAFE_BY_RCU | SLAB_STORE_USER)) in slab_ksize()
668 return (kmem_cache_debug_flags(s, SLAB_STORE_USER) && in slub_debug_orig_size()
H A Dslub.c303 SLAB_POISON | SLAB_STORE_USER)
309 #define SLAB_NO_CMPXCHG (SLAB_CONSISTENCY_CHECKS | SLAB_STORE_USER | \
318 #define DEBUG_METADATA_FLAGS (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER)
1085 if (!(s->flags & SLAB_STORE_USER)) in init_tracking()
1113 if (!(s->flags & SLAB_STORE_USER)) in print_tracking()
1197 if (s->flags & SLAB_STORE_USER) in print_trailer()
1392 if (s->flags & SLAB_STORE_USER) { in check_pad_bytes()
1642 if (!(s->flags & SLAB_STORE_USER)) in add_full()
1651 if (!(s->flags & SLAB_STORE_USER)) in remove_full()
1681 if (!kmem_cache_debug_flags(s, SLAB_STORE_USER|SLAB_RED_ZONE|__OBJECT_POISON)) in setup_object_debug()
[all …]
H A Dslab_common.c48 #define SLAB_NEVER_MERGE (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER | \
302 if (flags & SLAB_STORE_USER) in __kmem_cache_create_args()
/linux/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/include/linux/
H A Dslab.h98 #define SLAB_STORE_USER __SLAB_FLAG_BIT(_SLAB_STORE_USER) macro
/linux/Documentation/admin-guide/mm/
H A Dslab.rst249 (Object allocation / free information is only available if SLAB_STORE_USER is
/linux/kernel/rcu/
H A Drcutorture.c2869 kcp = kmem_cache_create("rcuscale", 136, 8, SLAB_STORE_USER, NULL); in rcu_torture_mem_dump_obj()