raw_atomic64_try_cmpxchg_relaxed
return raw_atomic64_try_cmpxchg_relaxed(v, old, new);
return raw_atomic64_try_cmpxchg_relaxed(v, (s64 *)old, new);