Function smp_rmb

Source
pub fn smp_rmb()
Expand description

A read-read memory barrier.

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