Lines Matching defs:cpu2node
98 int *cpu2node;389 int node = c2c.cpu2node[cpu];2314 int *cpu2node;2333 cpu2node = calloc(c2c.cpus_cnt, sizeof(int));2334 if (!cpu2node)2338 cpu2node[idx] = -1;2340 c2c.cpu2node = cpu2node;2356 if (WARN_ONCE(cpu2node[cpu.cpu] != -1, "node/cpu topology bug"))2359 cpu2node[cpu.cpu] = node;