Home
last modified time | relevance | path

Searched refs:maxpkg (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/arch/x86/events/intel/
Drapl.c151 unsigned int maxpkg; member
170 return pkgid < rapl_pmus->maxpkg ? rapl_pmus->pmus[pkgid] : NULL; in cpu_to_rapl_pmu()
677 for (i = 0; i < rapl_pmus->maxpkg; i++) in cleanup_rapl_pmus()
684 int maxpkg = topology_max_packages(); in init_rapl_pmus() local
687 size = sizeof(*rapl_pmus) + maxpkg * sizeof(struct rapl_pmu *); in init_rapl_pmus()
692 rapl_pmus->maxpkg = maxpkg; in init_rapl_pmus()