Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/asm-generic/
H A Dpercpu.h83 #define raw_cpu_generic_xchg(pcp, nval) \ macro
168 __ret = raw_cpu_generic_xchg(pcp, nval); \
273 #define raw_cpu_xchg_1(pcp, nval) raw_cpu_generic_xchg(pcp, nval)
276 #define raw_cpu_xchg_2(pcp, nval) raw_cpu_generic_xchg(pcp, nval)
279 #define raw_cpu_xchg_4(pcp, nval) raw_cpu_generic_xchg(pcp, nval)
282 #define raw_cpu_xchg_8(pcp, nval) raw_cpu_generic_xchg(pcp, nval)
/kernel/linux/linux-6.6/include/asm-generic/
H A Dpercpu.h83 #define raw_cpu_generic_xchg(pcp, nval) \ macro
176 __ret = raw_cpu_generic_xchg(pcp, nval); \
280 #define raw_cpu_xchg_1(pcp, nval) raw_cpu_generic_xchg(pcp, nval)
283 #define raw_cpu_xchg_2(pcp, nval) raw_cpu_generic_xchg(pcp, nval)
286 #define raw_cpu_xchg_4(pcp, nval) raw_cpu_generic_xchg(pcp, nval)
289 #define raw_cpu_xchg_8(pcp, nval) raw_cpu_generic_xchg(pcp, nval)

Completed in 2 milliseconds