Searched refs:this_cpu_cmpxchg_8 (Results 1 – 5 of 5) sorted by relevance
/linux-6.6.21/include/asm-generic/ |
D | percpu.h | 493 #ifdef this_cpu_cmpxchg_8 495 __cpu_fallback_try_cmpxchg(pcp, ovalp, nval, this_cpu_cmpxchg_8) 533 #ifndef this_cpu_cmpxchg_8 534 #define this_cpu_cmpxchg_8(pcp, oval, nval) \ macro
|
/linux-6.6.21/arch/s390/include/asm/ |
D | percpu.h | 149 #define this_cpu_cmpxchg_8(pcp, oval, nval) arch_this_cpu_cmpxchg(pcp, oval, nval) macro 151 #define this_cpu_cmpxchg64(pcp, o, n) this_cpu_cmpxchg_8(pcp, o, n)
|
/linux-6.6.21/arch/arm64/include/asm/ |
D | percpu.h | 234 #define this_cpu_cmpxchg_8(pcp, o, n) \ macro 237 #define this_cpu_cmpxchg64(pcp, o, n) this_cpu_cmpxchg_8(pcp, o, n)
|
/linux-6.6.21/arch/loongarch/include/asm/ |
D | percpu.h | 232 #define this_cpu_cmpxchg_8(ptr, o, n) _protect_cmpxchg_local(ptr, o, n) macro
|
/linux-6.6.21/arch/x86/include/asm/ |
D | percpu.h | 375 #define this_cpu_cmpxchg_8(pcp, oval, nval) percpu_cmpxchg_op(8, volatile, pcp, oval, nval) macro
|