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,
639 coming earlier in the coherence order (in this case, x's initial
689 equivalently, when R reads from a store which comes earlier than W in
781 the CPU to execute all po-earlier instructions before any
784 smp_rmb() forces the CPU to execute all po-earlier loads
787 smp_wmb() forces the CPU to execute all po-earlier stores
796 execute all po-earlier instructions before the store
803 For each other CPU C', smp_wmb() forces all po-earlier stores
807 a release fence is executed (including all po-earlier
812 executed (including all po-earlier stores on C) is forced to
964 "preserved program order") relation, which links the po-earlier
986 Another possibility, not mentioned earlier but discussed in the next
1151 po-earlier stores to propagate to every other CPU in the system; then
1654 discussion of the rcu-link relation earlier) that S and U are related
2446 earlier sections.
2504 all po-earlier events against all po-later events, as smp_mb() does,
2507 smp_mb__before_atomic() orders all po-earlier events against
2510 smp_mb__after_atomic() orders po-earlier atomic updates and
2513 smp_mb_after_spinlock() orders po-earlier lock acquisition