Home
last modified time | relevance | path

Searched refs:atomic64_cmpxchg (Results 1 – 2 of 2) sorted by relevance

/include/asm-generic/
Dlocal64.h83 #define local64_cmpxchg(l, o, n) atomic64_cmpxchg((&(l)->a), (o), (n))
/include/linux/atomic/
Datomic-instrumented.h1119 atomic64_cmpxchg(atomic64_t *v, s64 old, s64 new) in atomic64_cmpxchg() function