Lines Matching full:earlier
197 it, as loads can obtain values only from earlier stores.
464 through a pointer will depend on the value read earlier from that
482 come earlier in program order. Symbolically, if we have R ->data X,
690 coming earlier in the coherence order (in this case, x's initial
740 equivalently, when R reads from a store which comes earlier than W in
832 the CPU to execute all po-earlier instructions before any
835 smp_rmb() forces the CPU to execute all po-earlier loads
838 smp_wmb() forces the CPU to execute all po-earlier stores
847 execute all po-earlier instructions before the store
854 For each other CPU C', smp_wmb() forces all po-earlier stores
858 a release fence is executed (including all po-earlier
863 executed (including all po-earlier stores on C) is forced to
1015 "preserved program order") relation, which links the po-earlier
1037 Another possibility, not mentioned earlier but discussed in the next
1202 po-earlier stores to propagate to every other CPU in the system; then
1705 discussion of the rcu-link relation earlier) that S and U are related
2503 earlier sections.
2561 all po-earlier events against all po-later events, as smp_mb() does,
2564 smp_mb__before_atomic() orders all po-earlier events against
2567 smp_mb__after_atomic() orders po-earlier atomic updates and
2570 smp_mb__after_spinlock() orders po-earlier lock acquisition