Searched refs:SLAB_STORE_USER (Results 1 – 8 of 8) sorted by relevance
341 #define SLAB_DEBUG_FLAGS (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER)343 #define SLAB_DEBUG_FLAGS (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER | \368 SLAB_STORE_USER | \712 if (s->flags & (SLAB_TYPESAFE_BY_RCU | SLAB_STORE_USER)) in slab_ksize()757 if (kmem_cache_debug_flags(s, SLAB_STORE_USER | SLAB_RED_ZONE) && in slab_post_alloc_hook()
270 SLAB_POISON | SLAB_STORE_USER)939 if (s->flags & SLAB_STORE_USER) in print_trailer()1108 if (s->flags & SLAB_STORE_USER) { in check_pad_bytes()1526 *flags |= SLAB_STORE_USER; in parse_slub_debug_flags()1594 if (flags & SLAB_STORE_USER) in setup_slub_debug()2918 if (s->flags & SLAB_STORE_USER) in free_debug_processing()3209 if (s->flags & SLAB_STORE_USER) in ___slab_alloc()3234 if (s->flags & SLAB_STORE_USER) in ___slab_alloc()3516 if (s->flags & SLAB_STORE_USER) in free_to_partial_list()4421 if (flags & SLAB_STORE_USER) { in calculate_sizes()[all …]
342 if (cachep->flags & SLAB_STORE_USER) in dbg_redzone2()352 BUG_ON(!(cachep->flags & SLAB_STORE_USER)); in dbg_userword()1486 if (cachep->flags & SLAB_STORE_USER) in print_objinfo()1931 flags |= SLAB_RED_ZONE | SLAB_STORE_USER; in __kmem_cache_create()1957 flags &= ~(SLAB_RED_ZONE | SLAB_STORE_USER); in __kmem_cache_create()1983 if (flags & SLAB_STORE_USER) { in __kmem_cache_create()2065 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 …]
48 #define SLAB_NEVER_MERGE (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER | \298 if (flags & SLAB_STORE_USER) in kmem_cache_create_usercopy()
142 SLAB_KMALLOC|SLAB_STORE_USER|SLAB_RED_ZONE); in test_kmalloc_redzone_access()
41 #define SLAB_STORE_USER ((slab_flags_t __force)0x00010000U) macro
241 (Object allocation / free information is only available if SLAB_STORE_USER is
2303 kcp = kmem_cache_create("rcuscale", 136, 8, SLAB_STORE_USER, NULL); in rcu_torture_mem_dump_obj()
Completed in 77 milliseconds