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

/linux-4.4.14/include/asm-generic/
H A Dpercpu.h79 #define raw_cpu_generic_xchg(pcp, nval) \ macro
249 #define raw_cpu_xchg_1(pcp, nval) raw_cpu_generic_xchg(pcp, nval)
252 #define raw_cpu_xchg_2(pcp, nval) raw_cpu_generic_xchg(pcp, nval)
255 #define raw_cpu_xchg_4(pcp, nval) raw_cpu_generic_xchg(pcp, nval)
258 #define raw_cpu_xchg_8(pcp, nval) raw_cpu_generic_xchg(pcp, nval)

Completed in 33 milliseconds