Searched refs:turbo_info (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/os/cpupm/
H A Dturbo.c78 cpupm_mach_turbo_info_t *turbo_info = ksp->ks_private; local
88 if (turbo_info->in_turbo == CPU_IN_TURBO)
89 update_turbo_info(turbo_info);
92 turbo_info->turbo_supported;
93 turbo_kstat.t_mcnt.value.ui64 = turbo_info->t_mcnt;
94 turbo_kstat.t_acnt.value.ui64 = turbo_info->t_acnt;
103 update_turbo_info(cpupm_mach_turbo_info_t *turbo_info) argument
113 turbo_info->t_mcnt += mcnt;
114 turbo_info->t_acnt += acnt;
122 get_turbo_info(cpupm_mach_turbo_info_t *turbo_info) argument
153 cpupm_record_turbo_info(cpupm_mach_turbo_info_t *turbo_info, uint32_t cur_state, uint32_t req_state) argument
177 cpupm_mach_turbo_info_t *turbo_info; local
203 cpupm_turbo_fini(cpupm_mach_turbo_info_t *turbo_info) argument
[all...]
/illumos-gate/usr/src/cmd/powertop/common/
H A Dturbo.c118 turbo_info_t *turbo_info; local
124 turbo_info = &turbo_snapshot[cpu];
151 turbo_info->t_mcnt = knp->value.ui64;
164 turbo_info->t_acnt = knp->value.ui64;
H A Dpowertop.h133 typedef struct turbo_info { struct

Completed in 45 milliseconds