Home
last modified time | relevance | path

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

/linux/arch/loongarch/include/asm/
H A Dpercpu.h172 #define this_cpu_xchg_1(pcp, val) _percpu_xchg(pcp, val) macro
/linux/include/asm-generic/
H A Dpercpu.h467 #ifndef this_cpu_xchg_1
468 #define this_cpu_xchg_1(pcp, nval) this_cpu_generic_xchg(pcp, nval) macro
/linux/arch/arm64/include/asm/
H A Dpercpu.h226 #define this_cpu_xchg_1(pcp, val) \ macro