Lines Matching refs:SMP
21 - SMP barrier pairing.
357 dependency barriers; see the "SMP barrier pairing" subsection.
393 write barriers; see the "SMP barrier pairing" subsection.
410 see the "SMP barrier pairing" subsection.
497 the subsection on "SMP Barrier Pairing").
823 SMP BARRIER PAIRING
1627 TYPE MANDATORY SMP CONDITIONAL
1647 SMP memory barriers are reduced to compiler barriers on uniprocessor compiled
1651 [!] Note that SMP memory barriers _must_ be used to control the ordering of
1652 references to shared memory on SMP systems, though the use of locking instead
1655 Mandatory barriers should not be used to control SMP effects, since mandatory
1658 These are required even on non-SMP systems as they affect the order in which
2106 On SMP systems locking primitives give a more substantial form of barrier: one
2249 work correctly, even if it's in an SMP kernel. There are, however, four
2341 The way to deal with this is to insert a general SMP memory barrier:
2371 about the state (old or new) implies an SMP-conditional general memory barrier