Home
last modified time | relevance | path

Searched refs:system_has_cmpxchg_double (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/arch/x86/include/asm/ !
Dcmpxchg_64.h23 #define system_has_cmpxchg_double() cpu_has_cx16 macro
Dcmpxchg_32.h169 #define system_has_cmpxchg_double() cpu_has_cx8 macro
/linux-3.4.99/mm/ !
Dslub.c3053 if (system_has_cmpxchg_double() && (s->flags & SLAB_DEBUG_FLAGS) == 0) in kmem_cache_open()