Searched refs:raw_cpu_generic_xchg (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/include/asm-generic/ |
D | percpu.h | 87 #define raw_cpu_generic_xchg(pcp, nval) \ macro 172 __ret = raw_cpu_generic_xchg(pcp, nval); \ 277 #define raw_cpu_xchg_1(pcp, nval) raw_cpu_generic_xchg(pcp, nval) 280 #define raw_cpu_xchg_2(pcp, nval) raw_cpu_generic_xchg(pcp, nval) 283 #define raw_cpu_xchg_4(pcp, nval) raw_cpu_generic_xchg(pcp, nval) 286 #define raw_cpu_xchg_8(pcp, nval) raw_cpu_generic_xchg(pcp, nval)
|