Home
last modified time | relevance | path

Searched refs:__sync (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/include/asm-mips/
Dsystem.h191 #define __sync() \ macro
202 #define __sync() do { } while(0) macro
216 #define fast_wmb() __sync()
217 #define fast_rmb() __sync()
218 #define fast_mb() __sync()
221 __sync(); \
Dwbflush.h23 __sync(); \
/linux-2.4.37.9/include/asm-mips64/
Dsystem.h189 #define __sync() \ macro
199 #define fast_wmb() __sync()
200 #define fast_rmb() __sync()
201 #define fast_mb() __sync()
204 __sync(); \