Searched defs:local64_try_cmpxchg (Results 1 - 1 of 1) sorted by relevance

/linux-master/include/asm-generic/
H A Dlocal64.h50 static inline bool local64_try_cmpxchg(local64_t *l, s64 *old, s64 new) function
93 #define local64_try_cmpxchg(l, po, n) atomic64_try_cmpxchg((&(l)->a), (po), (n)) macro

Completed in 163 milliseconds