Home
last modified time | relevance | path

Searched refs:this_cpu_xchg_2 (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/include/asm-generic/
Dpercpu.h400 #ifndef this_cpu_xchg_2
401 #define this_cpu_xchg_2(pcp, nval) this_cpu_generic_xchg(pcp, nval) macro
/Linux-v5.4/arch/s390/include/asm/
Dpercpu.h163 #define this_cpu_xchg_2(pcp, nval) arch_this_cpu_xchg(pcp, nval) macro
/Linux-v5.4/arch/arm64/include/asm/
Dpercpu.h212 #define this_cpu_xchg_2(pcp, val) \ macro
/Linux-v5.4/arch/x86/include/asm/
Dpercpu.h442 #define this_cpu_xchg_2(pcp, nval) percpu_xchg_op(volatile, pcp, nval) macro