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

/external/kernel-headers/original/asm-x86/
H A Datomic_32.h6 #include <asm/cmpxchg.h>
218 #define atomic_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), (old), (new)))
H A Dcmpxchg_32.h108 #define cmpxchg(ptr,o,n)\ macro
209 * simulate the cmpxchg on the 80386 CPU. For that purpose we define
231 #define cmpxchg(ptr,o,n) \ macro
H A Dsystem_32.h7 #include <asm/cmpxchg.h>

Completed in 49 milliseconds