Lines Matching full:node
2 Automatically bind swap device to numa node
5 If the system has more than one swap device and swap device has the node
15 for swap devices. e.g. on a 2 node machine, assume 2 swap devices swapA and
16 swapB, with swapA attached to node 0 and swapB attached to node 1, are going
22 Then node 0 will use the two swap devices in the order of swapA then swapB and
23 node 1 will use the two swap devices in the order of swapB then swapA. Note
26 A more complex example on a 4 node machine. Assume 6 swap devices are going to
27 be swapped on: swapA and swapB are attached to node 0, swapC is attached to
28 node 1, swapD and swapE are attached to node 2 and swapF is attached to node3.
38 Then node 0 will use them in the order of::
44 node 1 will use them in the order of::
48 node 2 will use them in the order of::
55 node 3 will use them in the order of::
66 global swap_avail_list with a per-numa-node list, i.e. for each numa node,
68 device's priority can be promoted on its matching node's swap_avail_list.
77 node, they will all be promoted to priority -1 on that node's plist and will