Home
last modified time | relevance | path

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

/linux/scripts/gdb/linux/
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:
A Dconstants.py.in115 LX_GDBPARSED(SLAB_STORE_USER)
/linux/mm/
A Dslab.h461 #define SLAB_DEBUG_FLAGS (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER | \
478 SLAB_STORE_USER | \
621 if (s->flags & (SLAB_TYPESAFE_BY_RCU | SLAB_STORE_USER)) in slab_ksize()
A Dslub.c286 SLAB_POISON | SLAB_STORE_USER)
1086 if (s->flags & SLAB_STORE_USER) in print_trailer()
1267 if (s->flags & SLAB_STORE_USER) { in check_pad_bytes()
1687 *flags |= SLAB_STORE_USER; in parse_slub_debug_flags()
1755 if (flags & SLAB_STORE_USER) in setup_slub_debug()
1774 if (slub_debug & SLAB_STORE_USER) in setup_slub_debug()
3425 if (s->flags & SLAB_STORE_USER) in free_debug_processing()
3839 if (s->flags & SLAB_STORE_USER) in ___slab_alloc()
4323 if (s->flags & SLAB_STORE_USER) in free_to_partial_list()
5359 if (flags & SLAB_STORE_USER) { in calculate_sizes()
[all …]
A Dslab_common.c46 #define SLAB_NEVER_MERGE (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER | \
288 if (flags & SLAB_STORE_USER) in __kmem_cache_create_args()
/linux/lib/
A Dslub_kunit.c143 SLAB_KMALLOC|SLAB_STORE_USER|SLAB_RED_ZONE); in test_kmalloc_redzone_access()
/linux/include/linux/
A Dslab.h87 #define SLAB_STORE_USER __SLAB_FLAG_BIT(_SLAB_STORE_USER) macro
/linux/Documentation/mm/
A Dslub.rst241 (Object allocation / free information is only available if SLAB_STORE_USER is
/linux/kernel/rcu/
A Drcutorture.c2334 kcp = kmem_cache_create("rcuscale", 136, 8, SLAB_STORE_USER, NULL); in rcu_torture_mem_dump_obj()

Completed in 35 milliseconds