Searched refs:prev_count (Results 1 – 4 of 4) sorted by relevance
23 uint64_t count[MWAIT_CX_MAX], prev_count[MWAIT_CX_MAX]; in main() local46 getstats(prev_count); in main()53 (uintmax_t)(count[i] - prev_count[i])); in main()54 prev_count[i] = count[i]; in main()
1052 int prev_count = 0; in order_and_dump_functions_by_arcs() local1066 prev_count++; in order_and_dump_functions_by_arcs()1070 child = next_count < prev_count ? next : prev; in order_and_dump_functions_by_arcs()1075 int prev_count = 0; in order_and_dump_functions_by_arcs() local1088 prev_count++; in order_and_dump_functions_by_arcs()1091 parent = prev_count < next_count ? prev : next; in order_and_dump_functions_by_arcs()
566 sysclock_t count, prev_count; in calibrate_clocks() local598 prev_count = sys_cputimer->count(); in calibrate_clocks()621 tot_count += (sysclock_t)(count - prev_count); in calibrate_clocks()622 prev_count = count; in calibrate_clocks()