Searched refs:get_cpu_total_time (Results 1 – 1 of 1) sorted by relevance
58 static long unsigned get_cpu_total_time(struct cpu_info *cpu);294 static long unsigned get_cpu_total_time(struct cpu_info *cpu) { in get_cpu_total_time() function325 total_delta_time = get_cpu_total_time(new_cpu) - get_cpu_total_time(old_cpu); in print_cpu_stats()