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").
825 SMP BARRIER PAIRING
1634 TYPE MANDATORY SMP CONDITIONAL
1655 SMP memory barriers are reduced to compiler barriers on uniprocessor compiled
1659 [!] Note that SMP memory barriers _must_ be used to control the ordering of
1660 references to shared memory on SMP systems, though the use of locking instead
1663 Mandatory barriers should not be used to control SMP effects, since mandatory
1666 These are required even on non-SMP systems as they affect the order in which
2095 On SMP systems locking primitives give a more substantial form of barrier: one
2204 work correctly, even if it's in an SMP kernel. There are, however, four
2296 The way to deal with this is to insert a general SMP memory barrier:
2326 about the state (old or new) implies an SMP-conditional general memory barrier