Lines Matching +full:round +full:- +full:robin
42 swapA/swapB -> swapC -> swapD -> swapE -> swapF
44 swapA and swapB will be used in a round robin mode before any other swap device.
48 swapC -> swapA -> swapB -> swapD -> swapE -> swapF
52 swapD/swapE -> swapA -> swapB -> swapC -> swapF
54 Similaly, swapD and swapE will be used in a round robin mode before any
59 swapF -> swapA -> swapB -> swapC -> swapD -> swapE
67 priority, they are used round robin. This change here replaces the single
68 global swap_avail_list with a per-numa-node list, i.e. for each numa node,
73 or the system will pick one starting from -1 then downwards. The priority
76 the semantics for priority >=0 cases, the previous starting from -1 then
77 downwards now becomes starting from -2 then downwards and -1 is reserved
79 node, they will all be promoted to priority -1 on that node's plist and will
80 be used round robin before any other swap devices.