Home
last modified time | relevance | path

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

/titanic_44/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;
99 cpu_turbo_info = calloc((size_t)g_ncpus, sizeof (turbo_info_t)); in pt_turbo_init()
100 t_new = calloc((size_t)g_ncpus, sizeof (turbo_info_t)); in pt_turbo_init()
112 pt_turbo_snapshot(turbo_info_t *turbo_snapshot) in pt_turbo_snapshot()
118 turbo_info_t *turbo_info; in pt_turbo_snapshot()
231 (void) memcpy(cpu_turbo_info, t_new, g_ncpus * (sizeof (turbo_info_t))); in pt_turbo_stat_collect()
H A Dpowertop.h136 } turbo_info_t; typedef