Home
last modified time | relevance | path

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

/linux/arch/loongarch/include/asm/
H A Dpercpu.h174 #define this_cpu_xchg_1(pcp, val) _percpu_xchg(pcp, val) macro
/linux/include/asm-generic/
H A Dpercpu.h452 #ifndef this_cpu_xchg_1
453 #define this_cpu_xchg_1(pcp, nval) this_cpu_generic_xchg(pcp, nval) macro
/linux/arch/s390/include/asm/
H A Dpercpu.h179 #define this_cpu_xchg_1(pcp, nval) arch_this_cpu_xchg(pcp, nval) macro
/linux/arch/arm64/include/asm/
H A Dpercpu.h219 #define this_cpu_xchg_1(pcp, val) \ macro
/linux/arch/x86/include/asm/
H A Dpercpu.h512 #define this_cpu_xchg_1(pcp, nval) this_percpu_xchg_op(pcp, nval) macro