Home
last modified time | relevance | path

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

/linux-5.19.10/tools/power/x86/intel-speed-select/
Disst-daemon.c23 static int per_package_levels_info[MAX_PACKAGE_COUNT][MAX_DIE_PER_PACKAGE];
24 static time_t per_package_levels_tm[MAX_PACKAGE_COUNT][MAX_DIE_PER_PACKAGE];
30 for (i = 0; i < MAX_PACKAGE_COUNT; ++i) in init_levels()
44 if (pkg_id >= MAX_PACKAGE_COUNT || die_id >= MAX_DIE_PER_PACKAGE) { in process_level_change()
Disst-config.c418 int max_packages[MAX_PACKAGE_COUNT * MAX_PACKAGE_COUNT]; in for_each_online_package_in_set()
444 pkg_id = (MAX_PACKAGE_COUNT * pkg_id + die_id); in for_each_online_package_in_set()
538 static int cpu_cnt[MAX_PACKAGE_COUNT][MAX_DIE_PER_PACKAGE];
539 static long long core_mask[MAX_PACKAGE_COUNT][MAX_DIE_PER_PACKAGE];
567 if (pkg_id < MAX_PACKAGE_COUNT && in set_cpu_present_cpu_mask()
600 if (pkg_id < MAX_PACKAGE_COUNT && die_id < MAX_DIE_PER_PACKAGE) in get_cpu_count()
Disst.h79 #define MAX_PACKAGE_COUNT 8 macro