Home
last modified time | relevance | path

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

/linux-6.1.9/mm/
Dslab.h325 #define SLAB_DEBUG_FLAGS (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER)
327 #define SLAB_DEBUG_FLAGS (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER | \
351 SLAB_STORE_USER | \
694 if (s->flags & (SLAB_TYPESAFE_BY_RCU | SLAB_STORE_USER)) in slab_ksize()
Dslub.c212 return (kmem_cache_debug_flags(s, SLAB_STORE_USER) && in slub_debug_orig_size()
258 SLAB_POISON | SLAB_STORE_USER)
264 #define SLAB_NO_CMPXCHG (SLAB_CONSISTENCY_CHECKS | SLAB_STORE_USER | \
273 #define DEBUG_METADATA_FLAGS (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER)
774 if (!(s->flags & SLAB_STORE_USER)) in init_tracking()
802 if (!(s->flags & SLAB_STORE_USER)) in print_tracking()
907 if (s->flags & SLAB_STORE_USER) in print_trailer()
1065 if (s->flags & SLAB_STORE_USER) { in check_pad_bytes()
1276 if (!(s->flags & SLAB_STORE_USER)) in add_full()
1285 if (!(s->flags & SLAB_STORE_USER)) in remove_full()
[all …]
Dslab.c343 if (cachep->flags & SLAB_STORE_USER) in dbg_redzone2()
353 BUG_ON(!(cachep->flags & SLAB_STORE_USER)); in dbg_userword()
1488 if (cachep->flags & SLAB_STORE_USER) in print_objinfo()
1933 flags |= SLAB_RED_ZONE | SLAB_STORE_USER; in __kmem_cache_create()
1959 flags &= ~(SLAB_RED_ZONE | SLAB_STORE_USER); in __kmem_cache_create()
1985 if (flags & SLAB_STORE_USER) { in __kmem_cache_create()
2067 cachep->flags &= ~(SLAB_RED_ZONE | SLAB_STORE_USER); in __kmem_cache_create()
2326 if (cachep->flags & SLAB_STORE_USER) in cache_init_objs_debug()
2702 if (cachep->flags & SLAB_STORE_USER) in cache_free_debugcheck()
2974 if (cachep->flags & SLAB_STORE_USER) in cache_alloc_debugcheck_after()
[all …]
Dslab_common.c48 #define SLAB_NEVER_MERGE (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER | \
294 if (flags & SLAB_STORE_USER) in kmem_cache_create_usercopy()
/linux-6.1.9/include/linux/
Dslab.h41 #define SLAB_STORE_USER ((slab_flags_t __force)0x00010000U) macro
/linux-6.1.9/Documentation/mm/
Dslub.rst241 (Object allocation / free information is only available if SLAB_STORE_USER is
/linux-6.1.9/kernel/rcu/
Drcutorture.c2259 kcp = kmem_cache_create("rcuscale", 136, 8, SLAB_STORE_USER, NULL); in rcu_torture_mem_dump_obj()