Searched refs:this_cpu_xchg_8 (Results 1 – 5 of 5) sorted by relevance
177 #define this_cpu_xchg_8(pcp, val) _percpu_xchg(pcp, val) macro
461 #ifndef this_cpu_xchg_8462 #define this_cpu_xchg_8(pcp, nval) this_cpu_generic_xchg(pcp, nval) 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
562 #define this_cpu_xchg_8(pcp, nval) this_percpu_xchg_op(pcp, nval) macro
Completed in 15 milliseconds