Home
last modified time | relevance | path

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

/openbmc/linux/include/asm-generic/
H A Dpercpu.h171 #define this_cpu_generic_xchg(pcp, nval) \ macro
453 #define this_cpu_xchg_1(pcp, nval) this_cpu_generic_xchg(pcp, nval)
456 #define this_cpu_xchg_2(pcp, nval) this_cpu_generic_xchg(pcp, nval)
459 #define this_cpu_xchg_4(pcp, nval) this_cpu_generic_xchg(pcp, nval)
462 #define this_cpu_xchg_8(pcp, nval) this_cpu_generic_xchg(pcp, nval)