Home
last modified time | relevance | path

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

/Linux-v6.6/include/asm-generic/
Dpercpu.h455 #ifndef this_cpu_xchg_2
456 #define this_cpu_xchg_2(pcp, nval) this_cpu_generic_xchg(pcp, nval) macro
/Linux-v6.6/arch/loongarch/include/asm/
Dpercpu.h225 #define this_cpu_xchg_2(pcp, val) _percpu_xchg(pcp, val) macro
/Linux-v6.6/arch/s390/include/asm/
Dpercpu.h179 #define this_cpu_xchg_2(pcp, nval) arch_this_cpu_xchg(pcp, nval) macro
/Linux-v6.6/arch/arm64/include/asm/
Dpercpu.h221 #define this_cpu_xchg_2(pcp, val) \ macro
/Linux-v6.6/arch/x86/include/asm/
Dpercpu.h337 #define this_cpu_xchg_2(pcp, nval) percpu_xchg_op(2, volatile, pcp, nval) macro