Lines Matching full:cores
14 * mapping, cores are pinned to nodes when the first CPU thread is set online.
44 /* Node ID for free (not yet pinned) cores */
64 int total; /* Total number of pinned cores */
65 int per_node_target; /* Cores per node without extra cores */
66 int per_node[MAX_NUMNODES]; /* Number of cores pinned to node */
84 * Number of pinned cores of a node
100 * Number of cores in the tree that are not yet pinned
147 * Distance between two cores
188 * gets more than "emu_cores->per_node_target + extra" cores.
200 /* Already pinned cores must use their nodes */ in node_for_core()
205 /* Skip nodes that already have enough cores */ in node_for_core()
283 /* Now pin all the moved cores */ in toptree_to_numa_first()
324 * Move cores from physical topology into NUMA target topology