Home
last modified time | relevance | path

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

/linux-6.6.21/include/asm-generic/
Dlocal64.h55 #define local64_xchg(l, n) local_xchg((&(l)->a), (n)) macro
94 #define local64_xchg(l, n) atomic64_xchg((&(l)->a), (n)) macro