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

/external/qemu/include/qemu/
H A Datomic.h53 #define smp_wmb() barrier() macro
78 #define smp_wmb() ({ asm volatile("eieio" ::: "memory"); (void)0; }) macro
94 * be overkill for smp_wmb() and smp_rmb().
100 #ifndef smp_wmb
102 #define smp_wmb() __atomic_thread_fence(__ATOMIC_RELEASE) macro
104 #define smp_wmb() __sync_synchronize() macro
164 smp_wmb(); \
H A Dqueue.h81 #include "qemu/atomic.h" /* for smp_wmb() */
132 smp_wmb(); /* fill elm before linking it */ \
137 smp_wmb(); \
/external/iptables/libiptc/
H A Dlinux_list.h33 #define smp_wmb() macro
119 smp_wmb();
619 smp_wmb();

Completed in 3148 milliseconds