Searched refs:ARCH_CMPXCHG (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/pcm/
H A Dpcm_dmix_generic.c37 #define ARCH_CMPXCHG(ptr,o,n)\
45 #define ARCH_CMPXCHG(p,a,b) (*(p)) /* fake */ macro
61 if (ARCH_CMPXCHG(dst, 0, 1) == 0)
92 if (ARCH_CMPXCHG(dst, 0, 1) == 0)

Completed in 93 milliseconds