Searched refs:this_cpu_xchg_4 (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/include/asm-generic/ |
A D | percpu.h | 403 #ifndef this_cpu_xchg_4 404 #define this_cpu_xchg_4(pcp, nval) this_cpu_generic_xchg(pcp, nval) macro
|
/linux-6.3-rc2/arch/loongarch/include/asm/ |
A D | percpu.h | 222 #define this_cpu_xchg_4(pcp, val) _percpu_xchg(pcp, val) macro
|
/linux-6.3-rc2/arch/s390/include/asm/ |
A D | percpu.h | 164 #define this_cpu_xchg_4(pcp, nval) arch_this_cpu_xchg(pcp, nval) macro
|
/linux-6.3-rc2/arch/arm64/include/asm/ |
A D | percpu.h | 229 #define this_cpu_xchg_4(pcp, val) \ macro
|
/linux-6.3-rc2/arch/x86/include/asm/ |
A D | percpu.h | 277 #define this_cpu_xchg_4(pcp, nval) percpu_xchg_op(4, volatile, pcp, nval) macro
|
Completed in 9 milliseconds