Lines Matching +full:round +full:- +full:robin
34 .Op Fl l Ar cpu-list
35 .Op Fl n Ar policy:domain-list
39 .Op Fl l Ar cpu-list
40 .Op Fl n Ar policy:domain-list
45 .Op Fl l Ar cpu-list
46 .Op Fl n Ar policy:domain-list
51 .Op Fl l Ar cpu-list
52 .Op Fl n Ar policy:domain-list
118 .Bl -tag -width ".Fl l Ar cpu-list"
139 .It Fl l Ar cpu-list
142 numbers separated by '-' for ranges and commas separating individual numbers.
146 .It Fl n Ar policy:domain-list
150 Valid policies include first-touch (ft), round-robin (rr), prefer and
152 First-touch allocates on the local domain when memory is available.
153 Round-robin alternates between every possible domain page at a time.
156 Interleave operates like round-robin with an implementation defined stripe
174 .Ex -std
176 Create a new group with CPUs 0-4 inclusive and run
179 .Dl cpuset -c -l 0-4 /bin/sh
184 .Dl cpuset -g -p <sh pid>
189 CPUs 0-4:
190 .Dl cpuset -l 0,2 -p <sh pid>
195 .Dl cpuset -l 0,2 -c -p <sh pid>
199 .Dl cpuset -l 0-3 -s 1
204 .Dl cpuset -g -i -p <sh pid>
211 .Dl cpuset -s <setid> -p <pid>
216 .Dl cpuset -C -c -l 0,2 -p <pid>