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