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()
436 __nis_table_mapping_t *t_new = NULL, *tg; in second_parser_pass() local619 t_new = new_merged_mapping(objs, t); in second_parser_pass()620 if (t_new) { in second_parser_pass()623 prev->next = t_new; in second_parser_pass()625 *table_mapping = t_new; in second_parser_pass()626 prev = t_new; in second_parser_pass()658 t_new = new_merged_mapping(objs, t); in second_parser_pass()659 if (t_new) { in second_parser_pass()662 prev->next = t_new; in second_parser_pass()664 *table_mapping = t_new; in second_parser_pass()[all …]