Searched refs:_percpu_xchg (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/loongarch/include/asm/
H A Dpercpu.h203 #define _percpu_xchg(pcp, val) ((typeof(pcp)) \ macro
228 #define this_cpu_xchg_1(pcp, val) _percpu_xchg(pcp, val)
229 #define this_cpu_xchg_2(pcp, val) _percpu_xchg(pcp, val)
230 #define this_cpu_xchg_4(pcp, val) _percpu_xchg(pcp, val)
231 #define this_cpu_xchg_8(pcp, val) _percpu_xchg(pcp, val)

Completed in 147 milliseconds