Home
last modified time | relevance | path

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

/include/asm-generic/
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)