this_cpu_cmpxchg
#define this_cpu_cmpxchg(pcp, oval, nval) \
#define this_cpu_cmpxchg(var, old, new) uatomic_cmpxchg(&var, old, new)