Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/tools/power/x86/intel-speed-select/
H A Disst-daemon.c23 static int per_package_levels_info[MAX_PACKAGE_COUNT][MAX_DIE_PER_PACKAGE][MAX_PUNIT_PER_DIE];
24 static time_t per_package_levels_tm[MAX_PACKAGE_COUNT][MAX_DIE_PER_PACKAGE][MAX_PUNIT_PER_DIE];
30 for (i = 0; i < MAX_PACKAGE_COUNT; ++i) in init_levels()
H A Disst-config.c416 if (id->pkg >= MAX_PACKAGE_COUNT) in set_isst_id()
557 int cpus[MAX_PACKAGE_COUNT][MAX_DIE_PER_PACKAGE][MAX_PUNIT_PER_DIE]; in for_each_online_power_domain_in_set()
558 int valid_mask[MAX_PACKAGE_COUNT][MAX_DIE_PER_PACKAGE] = {0}; in for_each_online_power_domain_in_set()
588 for (i = 0; i < MAX_PACKAGE_COUNT; i++) { in for_each_online_power_domain_in_set()
688 static int cpu_cnt[MAX_PACKAGE_COUNT][MAX_DIE_PER_PACKAGE][MAX_PUNIT_PER_DIE];
H A Disst.h82 #define MAX_PACKAGE_COUNT 32 macro
/kernel/linux/linux-5.10/tools/power/x86/intel-speed-select/
H A Disst-config.c380 #define MAX_PACKAGE_COUNT 8 macro
387 int max_packages[MAX_PACKAGE_COUNT * MAX_PACKAGE_COUNT]; in for_each_online_package_in_set()
413 pkg_id = (MAX_PACKAGE_COUNT * pkg_id + die_id); in for_each_online_package_in_set()
507 static int cpu_cnt[MAX_PACKAGE_COUNT][MAX_DIE_PER_PACKAGE];
508 static long long core_mask[MAX_PACKAGE_COUNT][MAX_DIE_PER_PACKAGE];
536 if (pkg_id < MAX_PACKAGE_COUNT && in set_cpu_present_cpu_mask()
569 if (pkg_id < MAX_PACKAGE_COUNT && die_id < MAX_DIE_PER_PACKAGE) in get_cpu_count()

Completed in 8 milliseconds