Home
last modified time | relevance | path

Searched refs:system_has_freelist_aba (Results 1 – 2 of 2) sorted by relevance

/linux/mm/
H A Dslab.h62 # define system_has_freelist_aba() system_has_cmpxchg128() macro
68 # define system_has_freelist_aba() system_has_cmpxchg64() macro
74 #if defined(system_has_freelist_aba) && !defined(CONFIG_HAVE_ALIGNED_STRUCT_PAGE)
75 #undef system_has_freelist_aba
109 #ifdef system_has_freelist_aba
148 #if defined(system_has_freelist_aba)
H A Dslub.c318 #ifdef system_has_freelist_aba
667 #ifdef system_has_freelist_aba in __update_freelist_fast()
8752 #ifdef system_has_freelist_aba in do_kmem_cache_create()
8753 if (system_has_freelist_aba() && !(s->flags & SLAB_NO_CMPXCHG)) { in do_kmem_cache_create()