Lines Matching full:node
4 Automatically bind swap device to numa node
7 If the system has more than one swap device and swap device has the node
17 for swap devices. e.g. on a 2 node machine, assume 2 swap devices swapA and
18 swapB, with swapA attached to node 0 and swapB attached to node 1, are going
24 Then node 0 will use the two swap devices in the order of swapA then swapB and
25 node 1 will use the two swap devices in the order of swapB then swapA. Note
28 A more complex example on a 4 node machine. Assume 6 swap devices are going to
29 be swapped on: swapA and swapB are attached to node 0, swapC is attached to
30 node 1, swapD and swapE are attached to node 2 and swapF is attached to node3.
40 Then node 0 will use them in the order of::
46 node 1 will use them in the order of::
50 node 2 will use them in the order of::
57 node 3 will use them in the order of::
68 global swap_avail_list with a per-numa-node list, i.e. for each numa node,
70 device's priority can be promoted on its matching node's swap_avail_list.
79 node, they will all be promoted to priority -1 on that node's plist and will