Searched refs:SLAB_STORE_USER (Results 1 – 6 of 6) sorted by relevance
136 #define SLAB_DEBUG_FLAGS (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER)138 #define SLAB_DEBUG_FLAGS (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER | \162 SLAB_STORE_USER | \498 if (s->flags & (SLAB_TYPESAFE_BY_RCU | SLAB_STORE_USER)) in slab_ksize()
175 SLAB_POISON | SLAB_STORE_USER)181 #define SLAB_NO_CMPXCHG (SLAB_CONSISTENCY_CHECKS | SLAB_STORE_USER | \190 #define DEBUG_METADATA_FLAGS (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER)603 if (!(s->flags & SLAB_STORE_USER)) in init_tracking()632 if (!(s->flags & SLAB_STORE_USER)) in print_tracking()714 if (s->flags & SLAB_STORE_USER) in print_trailer()841 if (s->flags & SLAB_STORE_USER) in check_pad_bytes()1051 if (!(s->flags & SLAB_STORE_USER)) in add_full()1060 if (!(s->flags & SLAB_STORE_USER)) in remove_full()1107 if (!kmem_cache_debug_flags(s, SLAB_STORE_USER|SLAB_RED_ZONE|__OBJECT_POISON)) in setup_object_debug()[all …]
342 if (cachep->flags & SLAB_STORE_USER) in dbg_redzone2()352 BUG_ON(!(cachep->flags & SLAB_STORE_USER)); in dbg_userword()1498 if (cachep->flags & SLAB_STORE_USER) in print_objinfo()1938 flags |= SLAB_RED_ZONE | SLAB_STORE_USER; in __kmem_cache_create()1964 flags &= ~(SLAB_RED_ZONE | SLAB_STORE_USER); in __kmem_cache_create()1990 if (flags & SLAB_STORE_USER) { in __kmem_cache_create()2072 cachep->flags &= ~(SLAB_RED_ZONE | SLAB_STORE_USER); in __kmem_cache_create()2336 if (cachep->flags & SLAB_STORE_USER) in cache_init_objs_debug()2723 if (cachep->flags & SLAB_STORE_USER) in cache_free_debugcheck()3001 if (cachep->flags & SLAB_STORE_USER) in cache_alloc_debugcheck_after()
54 #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