Searched refs:SLAB_STORE_USER (Results 1 - 7 of 7) sorted by relevance

/linux-master/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:
205 raise gdb.GdbError("SLAB_STORE_USER is not set in %s" % target_cache['name'].string())
/linux-master/mm/
H A Dslab.h448 #define SLAB_DEBUG_FLAGS (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER | \
465 SLAB_STORE_USER | \
595 if (s->flags & (SLAB_TYPESAFE_BY_RCU | SLAB_STORE_USER))
H A Dslub.c235 return (kmem_cache_debug_flags(s, SLAB_STORE_USER) &&
286 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)
924 if (!(s->flags & SLAB_STORE_USER))
952 if (!(s->flags & SLAB_STORE_USER))
1073 if (s->flags & SLAB_STORE_USER)
1222 * B. Tracking data for SLAB_STORE_USER
1223 * C. Original request size for kmalloc object (SLAB_STORE_USER enabled)
1242 if (s->flags & SLAB_STORE_USER) {
[all...]
H A Dslab_common.c51 #define SLAB_NEVER_MERGE (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER | \
289 * SLAB_STORE_USER and we should init stack_depot for it.
293 if (flags & SLAB_STORE_USER)
/linux-master/lib/
H A Dslub_kunit.c142 SLAB_KMALLOC|SLAB_STORE_USER|SLAB_RED_ZONE);
/linux-master/include/linux/
H A Dslab.h84 #define SLAB_STORE_USER __SLAB_FLAG_BIT(_SLAB_STORE_USER) macro
/linux-master/kernel/rcu/
H A Drcutorture.c2307 kcp = kmem_cache_create("rcuscale", 136, 8, SLAB_STORE_USER, NULL);

Completed in 276 milliseconds