Searched refs:t_new (Results 1 – 2 of 2) sorted by relevance
57 static turbo_info_t *t_new = NULL; variable100 t_new = calloc((size_t)g_ncpus, sizeof (turbo_info_t)); in pt_turbo_init()207 if ((ret = pt_turbo_snapshot(t_new)) != 0) { in pt_turbo_stat_collect()216 delta_mcnt = t_new[cpu].t_mcnt - cpu_turbo_info[cpu].t_mcnt; in pt_turbo_stat_collect()217 delta_acnt = t_new[cpu].t_acnt - cpu_turbo_info[cpu].t_acnt; in pt_turbo_stat_collect()231 (void) memcpy(cpu_turbo_info, t_new, g_ncpus * (sizeof (turbo_info_t))); in pt_turbo_stat_collect()
435 __nis_table_mapping_t *t_new = NULL, *tg; in second_parser_pass() local621 t_new = new_merged_mapping(objs, t); in second_parser_pass()622 if (t_new) { in second_parser_pass()625 prev->next = t_new; in second_parser_pass()627 *table_mapping = t_new; in second_parser_pass()628 prev = t_new; in second_parser_pass()660 t_new = new_merged_mapping(objs, t); in second_parser_pass()661 if (t_new) { in second_parser_pass()664 prev->next = t_new; in second_parser_pass()666 *table_mapping = t_new; in second_parser_pass()[all …]