Searched defs:this_cpu_xchg (Results 1 – 2 of 2) sorted by relevance
8 #define this_cpu_xchg(var, val) uatomic_xchg(&var, val) macro
495 #define this_cpu_xchg(pcp, nval) __pcpu_size_call_return2(this_cpu_xchg_, pcp, nval) macro