Lines Matching refs:weak_barriers
57 virtio_rmb(vrh->weak_barriers);
455 virtio_wmb(vrh->weak_barriers);
481 virtio_mb(vrh->weak_barriers);
542 virtio_mb(vrh->weak_barriers);
620 * @weak_barriers: true if we only need memory barriers, not I/O.
629 unsigned int num, bool weak_barriers,
642 vrh->weak_barriers = weak_barriers;
892 * @weak_barriers: true if we only need memory barriers, not I/O.
900 unsigned int num, bool weak_barriers,
913 vrh->weak_barriers = weak_barriers;
1247 * @weak_barriers: true if we only need memory barriers, not I/O.
1255 unsigned int num, bool weak_barriers,
1260 return vringh_init_kern(vrh, features, num, weak_barriers,