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