Lines Matching refs:acquire
44 and load-acquire replaced with READ_ONCE().
47 Can a release-acquire chain order a prior store against
56 Does a release-acquire pair suffice for the load-buffering
62 and load-acquire replaced with READ_ONCE().
69 in one process, and use an acquire load followed by a pair of
74 acquire load followed by a pair of spin_is_locked() calls
85 As below, but with a release-acquire chain.
124 As below, but without the smp_wmb() and acquire load.
127 Can a smp_wmb(), instead of a release, and an acquire order
147 Is the ordering provided by a release-acquire chain sufficient
149 not participate in that release-acquire chain?