| D | cpupower.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 6 /* Amount of CPU cores, packages and threads per core in the system */ 9 unsigned int threads; /* per core */ 11 /* Array gets mallocated with cores entries, holding per core info */ 17 int core; member
|