Lines Matching refs:MP
72 /* See MP+polocks.litmus. */
98 /* See MP+porevlocks.litmus. */
200 Message passing (MP)
203 The MP pattern has one CPU execute a pair of stores to a pair of variables
209 in the MP+poonceonces.litmus litmus test. This section therefore looks at
217 the desired MP ordering. The general approach is shown below:
219 /* See MP+pooncerelease+poacquireonce.litmus. */
250 /* See MP+onceassign+derefonce.litmus. */
295 /* See MP+fencewmbonceonce+fencermbonceonce.litmus. */
341 The B/C pairing is an example of the MP pattern using smp_wmb() on the
559 release-acquire chain suffices. Both the MP and the ISA2