Searched refs:this_cpu_cmpxchg_double_8 (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/include/asm-generic/ |
D | percpu.h | 439 #ifndef this_cpu_cmpxchg_double_8 440 #define this_cpu_cmpxchg_double_8(pcp1, pcp2, oval1, oval2, nval1, nval2) \ macro
|
/Linux-v5.4/arch/s390/include/asm/ |
D | percpu.h | 182 #define this_cpu_cmpxchg_double_8 arch_this_cpu_cmpxchg_double macro
|
/Linux-v5.4/arch/arm64/include/asm/ |
D | percpu.h | 129 #define this_cpu_cmpxchg_double_8(ptr1, ptr2, o1, o2, n1, n2) \ macro
|
/Linux-v5.4/arch/x86/include/asm/ |
D | percpu.h | 520 #define this_cpu_cmpxchg_double_8 percpu_cmpxchg16b_double macro
|