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

/linux-master/include/asm-generic/
H A Dlocal64.h45 static inline s64 local64_cmpxchg(local64_t *l, s64 old, s64 new) function
92 #define local64_cmpxchg(l, o, n) atomic64_cmpxchg((&(l)->a), (o), (n)) macro

Completed in 86 milliseconds