Searched defs:this_cpu_cmpxchg128 (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/arch/s390/include/asm/ |
H A D | percpu.h | 153 #define this_cpu_cmpxchg128(pcp, oval, nval) \ macro
|
/kernel/linux/linux-6.6/arch/arm64/include/asm/ |
H A D | percpu.h | 239 #define this_cpu_cmpxchg128(pcp, o, n) \ macro
|
/kernel/linux/linux-6.6/include/asm-generic/ |
H A D | percpu.h | 543 #define this_cpu_cmpxchg128(pcp, oval, nval) \ macro
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | percpu.h | 271 #define this_cpu_cmpxchg128(pcp, oval, nval) percpu_cmpxchg128_op(16, volatile, pcp, oval, nval) macro
|
Completed in 3 milliseconds