Home
last modified time | relevance | path

Searched refs:weak_barriers (Results 1 – 2 of 2) sorted by relevance

/include/linux/
Dvirtio_ring.h25 static inline void virtio_mb(bool weak_barriers) in virtio_mb() argument
27 if (weak_barriers) in virtio_mb()
33 static inline void virtio_rmb(bool weak_barriers) in virtio_rmb() argument
35 if (weak_barriers) in virtio_rmb()
41 static inline void virtio_wmb(bool weak_barriers) in virtio_wmb() argument
43 if (weak_barriers) in virtio_wmb()
49 static inline void virtio_store_mb(bool weak_barriers, in virtio_store_mb() argument
52 if (weak_barriers) { in virtio_store_mb()
73 bool weak_barriers,
84 bool weak_barriers,
[all …]
Dvringh.h28 bool weak_barriers; member
100 unsigned int num, bool weak_barriers,
162 unsigned int num, bool weak_barriers,