Searched refs:SLAB_STORE_USER (Results 1 – 7 of 7) sorted by relevance
134 #define SLAB_DEBUG_FLAGS (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER)136 #define SLAB_DEBUG_FLAGS (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER | \160 SLAB_STORE_USER | \477 if (s->flags & (SLAB_TYPESAFE_BY_RCU | SLAB_STORE_USER)) in slab_ksize()
234 SLAB_POISON | SLAB_STORE_USER)240 #define SLAB_NO_CMPXCHG (SLAB_CONSISTENCY_CHECKS | SLAB_STORE_USER | \249 #define DEBUG_METADATA_FLAGS (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER)728 if (!(s->flags & SLAB_STORE_USER)) in init_tracking()757 if (!(s->flags & SLAB_STORE_USER)) in print_tracking()842 if (s->flags & SLAB_STORE_USER) in print_trailer()982 if (s->flags & SLAB_STORE_USER) in check_pad_bytes()1190 if (!(s->flags & SLAB_STORE_USER)) in add_full()1199 if (!(s->flags & SLAB_STORE_USER)) in remove_full()1246 if (!kmem_cache_debug_flags(s, SLAB_STORE_USER|SLAB_RED_ZONE|__OBJECT_POISON)) in setup_object_debug()[all …]
343 if (cachep->flags & SLAB_STORE_USER) in dbg_redzone2()353 BUG_ON(!(cachep->flags & SLAB_STORE_USER)); in dbg_userword()1500 if (cachep->flags & SLAB_STORE_USER) in print_objinfo()1939 flags |= SLAB_RED_ZONE | SLAB_STORE_USER; in __kmem_cache_create()1965 flags &= ~(SLAB_RED_ZONE | SLAB_STORE_USER); in __kmem_cache_create()1991 if (flags & SLAB_STORE_USER) { in __kmem_cache_create()2073 cachep->flags &= ~(SLAB_RED_ZONE | SLAB_STORE_USER); in __kmem_cache_create()2337 if (cachep->flags & SLAB_STORE_USER) in cache_init_objs_debug()2724 if (cachep->flags & SLAB_STORE_USER) in cache_free_debugcheck()3002 if (cachep->flags & SLAB_STORE_USER) in cache_alloc_debugcheck_after()[all …]
56 #define SLAB_NEVER_MERGE (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER | \
39 #define SLAB_STORE_USER ((slab_flags_t __force)0x00010000U) macro
241 (Object allocation / free information is only available if SLAB_STORE_USER is
1881 kcp = kmem_cache_create("rcuscale", 136, 8, SLAB_STORE_USER, NULL); in rcu_torture_mem_dump_obj()