Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/asm-generic/
A Dpercpu.h397 #ifndef this_cpu_xchg_1
398 #define this_cpu_xchg_1(pcp, nval) this_cpu_generic_xchg(pcp, nval) macro
/linux-6.3-rc2/arch/loongarch/include/asm/
A Dpercpu.h220 #define this_cpu_xchg_1(pcp, val) _percpu_xchg(pcp, val) macro
/linux-6.3-rc2/arch/s390/include/asm/
A Dpercpu.h162 #define this_cpu_xchg_1(pcp, nval) arch_this_cpu_xchg(pcp, nval) macro
/linux-6.3-rc2/arch/arm64/include/asm/
A Dpercpu.h225 #define this_cpu_xchg_1(pcp, val) \ macro
/linux-6.3-rc2/arch/x86/include/asm/
A Dpercpu.h275 #define this_cpu_xchg_1(pcp, nval) percpu_xchg_op(1, volatile, pcp, nval) macro

Completed in 10 milliseconds