Searched refs:SLAB_STORE_USER (Results 1 – 9 of 9) sorted by relevance
20 SLAB_STORE_USER = constants.LX_SLAB_STORE_USER variable61 if cache['flags'] & SLAB_STORE_USER and cache['flags'] & SLAB_KMALLOC:197 if target_cache['flags'] & SLAB_STORE_USER:
115 LX_GDBPARSED(SLAB_STORE_USER)
461 #define SLAB_DEBUG_FLAGS (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER | \478 SLAB_STORE_USER | \621 if (s->flags & (SLAB_TYPESAFE_BY_RCU | SLAB_STORE_USER)) in slab_ksize()
286 SLAB_POISON | SLAB_STORE_USER)1086 if (s->flags & SLAB_STORE_USER) in print_trailer()1267 if (s->flags & SLAB_STORE_USER) { in check_pad_bytes()1687 *flags |= SLAB_STORE_USER; in parse_slub_debug_flags()1755 if (flags & SLAB_STORE_USER) in setup_slub_debug()1774 if (slub_debug & SLAB_STORE_USER) in setup_slub_debug()3425 if (s->flags & SLAB_STORE_USER) in free_debug_processing()3839 if (s->flags & SLAB_STORE_USER) in ___slab_alloc()4323 if (s->flags & SLAB_STORE_USER) in free_to_partial_list()5359 if (flags & SLAB_STORE_USER) { in calculate_sizes()[all …]
46 #define SLAB_NEVER_MERGE (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER | \288 if (flags & SLAB_STORE_USER) in __kmem_cache_create_args()
143 SLAB_KMALLOC|SLAB_STORE_USER|SLAB_RED_ZONE); in test_kmalloc_redzone_access()
87 #define SLAB_STORE_USER __SLAB_FLAG_BIT(_SLAB_STORE_USER) macro
241 (Object allocation / free information is only available if SLAB_STORE_USER is
2334 kcp = kmem_cache_create("rcuscale", 136, 8, SLAB_STORE_USER, NULL); in rcu_torture_mem_dump_obj()
Completed in 35 milliseconds