Home
last modified time | relevance | path

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

/tools/power/x86/intel-speed-select/
Disst-config.c412 #define MAX_PACKAGE_COUNT 8 macro
419 int max_packages[MAX_PACKAGE_COUNT * MAX_PACKAGE_COUNT]; in for_each_online_package_in_set()
445 pkg_id = (MAX_PACKAGE_COUNT * pkg_id + die_id); in for_each_online_package_in_set()
539 static int cpu_cnt[MAX_PACKAGE_COUNT][MAX_DIE_PER_PACKAGE];
540 static long long core_mask[MAX_PACKAGE_COUNT][MAX_DIE_PER_PACKAGE];
568 if (pkg_id < MAX_PACKAGE_COUNT && in set_cpu_present_cpu_mask()
601 if (pkg_id < MAX_PACKAGE_COUNT && die_id < MAX_DIE_PER_PACKAGE) in get_cpu_count()