Lines Matching full:but
45 As below, but with store-release replaced with WRITE_ONCE()
63 As above, but with store-release replaced with WRITE_ONCE()
71 As below, but with rcu_assign_pointer() and an rcu_dereference().
84 As below, but with the second access of the writer process
88 As below, but without the smp_rmb() and smp_wmb().
91 As below, but with a release-acquire chain.
94 As below, but with the first access of the writer process
106 but with two processes instead of three.)
114 As above, but without the smp_mb() invocations.
122 As above, but without the smp_mb() invocations.
134 As below, but without the smp_wmb() and acquire load.
153 As above, but with smp_mb__after_spinlock() immediately
226 P0()'s third access is also a READ_ONCE(), but to y rather than x.