Searched refs:this_cpu_xchg_1 (Results 1 – 5 of 5) sorted by relevance
| /Linux-v6.6/include/asm-generic/ |
| D | percpu.h | 452 #ifndef this_cpu_xchg_1 453 #define this_cpu_xchg_1(pcp, nval) this_cpu_generic_xchg(pcp, nval) macro
|
| /Linux-v6.6/arch/loongarch/include/asm/ |
| D | percpu.h | 224 #define this_cpu_xchg_1(pcp, val) _percpu_xchg(pcp, val) macro
|
| /Linux-v6.6/arch/s390/include/asm/ |
| D | percpu.h | 178 #define this_cpu_xchg_1(pcp, nval) arch_this_cpu_xchg(pcp, nval) macro
|
| /Linux-v6.6/arch/arm64/include/asm/ |
| D | percpu.h | 219 #define this_cpu_xchg_1(pcp, val) \ macro
|
| /Linux-v6.6/arch/x86/include/asm/ |
| D | percpu.h | 336 #define this_cpu_xchg_1(pcp, nval) percpu_xchg_op(1, volatile, pcp, nval) macro
|