Home
last modified time | relevance | path

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

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