local64_try_cmpxchg
static inline bool local64_try_cmpxchg(local64_t *l, s64 *old, s64 new)
#define local64_try_cmpxchg(l, po, n) atomic64_try_cmpxchg((&(l)->a), (po), (n))