Function smp_wmb

Source
pub fn smp_wmb()
Expand description

A write-write memory barrier.

A barrier that prevents compiler and CPU from reordering memory write accesses across the barrier.