this_cpu_xchg
#define this_cpu_xchg(pcp, nval) __pcpu_size_call_return2(this_cpu_xchg_, pcp, nval)
#define this_cpu_xchg(var, val) uatomic_xchg(&var, val)