Home
last modified time | relevance | path

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

/linux/include/asm-generic/
H A Dpercpu.h98 #define raw_cpu_generic_xchg(pcp, nval) \ macro
191 __ret = raw_cpu_generic_xchg(pcp, nval); \
295 #define raw_cpu_xchg_1(pcp, nval) raw_cpu_generic_xchg(pcp, nval)
298 #define raw_cpu_xchg_2(pcp, nval) raw_cpu_generic_xchg(pcp, nval)
301 #define raw_cpu_xchg_4(pcp, nval) raw_cpu_generic_xchg(pcp, nval)
304 #define raw_cpu_xchg_8(pcp, nval) raw_cpu_generic_xchg(pcp, nval)