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.h21 # define system_has_freelist_aba() system_has_cmpxchg128() macro
28 # define system_has_freelist_aba() system_has_cmpxchg64() macro
35 #if defined(system_has_freelist_aba) && !defined(CONFIG_HAVE_ALIGNED_STRUCT_PAGE)
36 #undef system_has_freelist_aba
61 #ifdef system_has_freelist_aba
112 #if defined(system_has_freelist_aba)
H A Dslub.c329 #ifdef system_has_freelist_aba
766 #ifdef system_has_freelist_aba in __update_freelist_fast()
8613 #ifdef system_has_freelist_aba in do_kmem_cache_create()
8614 if (system_has_freelist_aba() && !(s->flags & SLAB_NO_CMPXCHG)) { in do_kmem_cache_create()