Searched refs:numa_core (Results 1 - 2 of 2) sorted by relevance

/barrelfish-2018-10-04/lib/numa/
H A Dnuma_internal.h54 struct numa_core **cores; ///< cores in the system (sorted by core id)
64 struct numa_core *cores; ///< pointer to the cores array
73 struct numa_core { struct
H A Dutilities.c51 struct numa_core *core = &node->cores[coreid];
59 struct numa_core *core = topology->cores[coreid];
145 + core * sizeof(struct numa_core)
151 struct numa_core *cores_array = (struct numa_core *)(topology->nodes + node);
153 topology->cores = (struct numa_core **) (cores_array + core);

Completed in 31 milliseconds