Searched refs:g_cpu_table (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/powertop/common/
H A Dutil.c99 if ((g_cpu_table = malloc(cpus_conf * sizeof (processorid_t))) == NULL)
104 g_cpu_table[ncpus] = cpuid;
H A Dpowertop.h176 extern processorid_t *g_cpu_table;
H A Dturbo.c125 ksp = kstat_lookup(kc, "turbo", g_cpu_table[cpu], NULL);
H A Dcpufreq.c189 ksp = kstat_lookup(kc, "cpu_info", g_cpu_table[g_observed_cpu], NULL);
405 ksp = kstat_lookup(kc, "cpu_info", g_cpu_table[cpu], NULL);
H A Dpowertop.c61 processorid_t *g_cpu_table; variable

Completed in 68 milliseconds