Lines Matching full:earlier
198 it, as loads can obtain values only from earlier stores.
465 through a pointer will depend on the value read earlier from that
484 come earlier in program order. Symbolically, if we have R ->data X,
692 coming earlier in the coherence order (in this case, x's initial
742 equivalently, when R reads from a store which comes earlier than W in
834 the CPU to execute all po-earlier instructions before any
837 smp_rmb() forces the CPU to execute all po-earlier loads
840 smp_wmb() forces the CPU to execute all po-earlier stores
849 execute all po-earlier instructions before the store
856 For each other CPU C', smp_wmb() forces all po-earlier stores
860 a release fence is executed (including all po-earlier
865 executed (including all po-earlier stores on C) is forced to
1047 "preserved program order") relation, which links the po-earlier
1069 Another possibility, not mentioned earlier but discussed in the next
1234 po-earlier stores to propagate to every other CPU in the system; then
1737 discussion of the rcu-link relation earlier) that S and U are related
1921 given the situation outlined earlier (with statement labels added):
2690 earlier sections.
2755 all po-earlier events against all po-later events, as smp_mb() does,
2758 smp_mb__before_atomic() orders all po-earlier events against
2761 smp_mb__after_atomic() orders po-earlier atomic updates and
2764 smp_mb__after_spinlock() orders po-earlier lock acquisition