Home
last modified time | relevance | path

Searched refs:SLAB_STORE_USER (Results 1 – 7 of 7) 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.c286 SLAB_POISON | SLAB_STORE_USER)
292 #define SLAB_NO_CMPXCHG (SLAB_CONSISTENCY_CHECKS | SLAB_STORE_USER | \
301 #define DEBUG_METADATA_FLAGS (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER)
889 if (kmem_cache_debug_flags(s, SLAB_STORE_USER)) in obj_exts_in_object()
1089 if (!(s->flags & SLAB_STORE_USER)) in print_track()
1117 if (!(s->flags & SLAB_STORE_USER))
1201 if (s->flags & SLAB_STORE_USER) in print_trailer()
1369 * - B. alloc tracking (SLAB_STORE_USER)
1370 * - C. free tracking (SLAB_STORE_USER)
1371 * - D. original request size (SLAB_KMALLOC && SLAB_STORE_USER)
[all...]
H A Dslab.h443 #define SLAB_DEBUG_FLAGS (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER | \
751 return (kmem_cache_debug_flags(s, SLAB_STORE_USER) &&
H A Dslab_common.c333 * SLAB_STORE_USER and we should init stack_depot for it. in __kmem_cache_create_args()
337 if (flags & SLAB_STORE_USER) in __kmem_cache_create_args()
/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