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

/linux-master/arch/s390/include/asm/
H A Dpercpu.h167 #define arch_this_cpu_xchg(pcp, nval) \ macro
178 #define this_cpu_xchg_1(pcp, nval) arch_this_cpu_xchg(pcp, nval)
179 #define this_cpu_xchg_2(pcp, nval) arch_this_cpu_xchg(pcp, nval)
180 #define this_cpu_xchg_4(pcp, nval) arch_this_cpu_xchg(pcp, nval)
181 #define this_cpu_xchg_8(pcp, nval) arch_this_cpu_xchg(pcp, nval)

Completed in 559 milliseconds