Home
last modified time | relevance | path

Searched refs:SLAB_STORE_USER (Results 1 – 6 of 6) 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 Dslub.c273 SLAB_POISON | SLAB_STORE_USER)
279 #define SLAB_NO_CMPXCHG (SLAB_CONSISTENCY_CHECKS | SLAB_STORE_USER | \
288 #define DEBUG_METADATA_FLAGS (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER)
876 if (kmem_cache_debug_flags(s, SLAB_STORE_USER)) in obj_exts_offset_in_object()
1076 if (!(s->flags & SLAB_STORE_USER)) in init_tracking()
1104 if (!(s->flags & SLAB_STORE_USER)) in print_tracking()
1188 if (s->flags & SLAB_STORE_USER) in print_trailer()
1391 if (s->flags & SLAB_STORE_USER) { in check_pad_bytes()
1652 if (!(s->flags & SLAB_STORE_USER)) in add_full()
1661 if (!(s->flags & SLAB_STORE_USER)) in remove_full()
[all …]
H A Dslab.h419 #define SLAB_DEBUG_FLAGS (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER | \
726 return (kmem_cache_debug_flags(s, SLAB_STORE_USER) && in slub_debug_orig_size()
/linux/include/linux/
H A Dslab.h100 #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