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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/asm-generic/
H A Dlocal64.h45 #define local64_xchg(l, n) local_xchg((&(l)->a), (n)) macro
83 #define local64_xchg(l, n) atomic64_xchg((&(l)->a), (n)) macro

Completed in 106 milliseconds