Lines Matching full:20
76 means that the second would be 20 and the third level 40. For the P1 and
115 level, 20.
155 * resources one NUMA level apart: 20
192 that to the values that the Linux kernel operates on (10, 20, 40, 80, 160).
195 * user distance 11 to 30 will be interpreted as 20
231 1 40 10 20
232 2 80 20 10
259 0 10 40 20 40
261 2 20 80 10 20
262 3 40 40 20 10
279 * distance from 0 to 2 is 20 (no match at 0x4, will match at 0x3)
310 between 2 and 3 is 20, i.e. a match in 0x3:
324 0 10 40 20 20
326 2 20 40 10 20
327 3 20 40 20 10
330 0 and 3 is 40, we calculated it as 20. This is what the current logic and
357 1 20 10
367 0 10 20 20 40
368 1 20 10 80 40
369 2 20 80 10 20
370 3 40 40 20 10
372 In the example above, distance 0 to 2 is 20, 2 to 3 is 20, but 0 to 3 is 40.
375 nodes. This means that a distance equal to 20 between nodes 0 and 2 and the
376 same distance 20 between nodes 2 and 3 will cause the distance between 0 and 3
377 to also be 20.