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()
67 As below, but with rcu_assign_pointer() and an rcu_dereference().
80 As below, but with the second access of the writer process
84 As below, but without the smp_rmb() and smp_wmb().
87 As below, but with a release-acquire chain.
90 As below, but with the first access of the writer process
98 but with two processes instead of three.)
106 As above, but without the smp_mb() invocations.
114 As above, but without the smp_mb() invocations.
126 As below, but without the smp_wmb() and acquire load.
145 As above, but with smp_mb__after_spinlock() immediately
218 P0()'s third access is also a READ_ONCE(), but to y rather than x.