Lines Matching full:swap
4 Automatically bind swap device to numa node
7 If the system has more than one swap device and swap device has the node
8 information, we can make use of this information to decide which swap
15 Swap device has priority and that decides the order of it to be used. To make
17 for swap devices. e.g. on a 2 node machine, assume 2 swap devices swapA and
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
31 The way to swap them on is the same as above::
44 swapA and swapB will be used in a round robin mode before any other swap device.
55 other swap devices.
66 which swap device to use and if multiple swap devices share the same
69 it sees its own priority based list of available swap devices. Swap
72 The current swap device's priority is set as: user can set a >=0 value,
74 value in the swap_avail_list is the negated value of the swap device's
78 as the promoted value. So if multiple swap devices are attached to the same
80 be used round robin before any other swap devices.