Searched refs:turbo_info_t (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/cmd/powertop/common/
H A Dturbo.c56 static turbo_info_t *cpu_turbo_info = NULL;
57 static turbo_info_t *t_new = NULL;
93 cpu_turbo_info = calloc((size_t)g_ncpus, sizeof (turbo_info_t));
94 t_new = calloc((size_t)g_ncpus, sizeof (turbo_info_t));
105 pt_turbo_snapshot(turbo_info_t *turbo_snapshot)
110 turbo_info_t *turbo_info;
188 * Take a snapshot of turbo information to setup turbo_info_t
215 (void) memcpy(cpu_turbo_info, t_new, g_ncpus * (sizeof (turbo_info_t)));
H A Dpowertop.h208 } turbo_info_t; typedef in typeref:struct:turbo_info

Completed in 15 milliseconds