Home
last modified time | relevance | path

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

/linux-4.19.296/include/asm-generic/
Dlocal.h45 #define local_xchg(l, n) atomic_long_xchg((&(l)->a), (n)) macro
Dlocal64.h46 #define local64_xchg(l, n) local_xchg((&(l)->a), (n))