Lines Matching refs:smp_mb
149 smp_mb();
183 smp_mb();
337 * smp_wmb() (B) smp_mb() (D)
344 Of course, given that smp_mb() is strictly stronger than either smp_wmb()
346 smp_wmb() would also work with smp_mb() replacing either or both of the
374 smp_mb();
392 * smp_wmb() (B) smp_mb() (D)
457 smp_mb();
483 smp_mb();
490 smp_mb();
494 Omitting either smp_mb() will allow both r0 and r1 to have final
507 * smp_mb(); // smp_mb() from set_current_state()
516 to set_current_state(), which contains an smp_mb() barrier; the load is