Searched defs:this_cpu_xchg_8 (Results 1 – 3 of 3) sorted by relevance
177 #define this_cpu_xchg_8(pcp, val) _percpu_xchg(pcp, val) macro
182 #define this_cpu_xchg_8(pcp, nval) arch_this_cpu_xchg(pcp, nval) macro
225 #define this_cpu_xchg_8(pcp, val) \ macro