Searched refs:old_stats (Results 1 – 1 of 1) sorted by relevance
94 static struct thread_stats old_stats[SMP_MAX_CPUS]; in threadload() local126 thread_stats[i].context_switches - old_stats[i].context_switches, in threadload()127 thread_stats[i].preempts - old_stats[i].preempts, in threadload()129 thread_stats[i].reschedule_ipis - old_stats[i].reschedule_ipis, in threadload()131 thread_stats[i].interrupts - old_stats[i].interrupts, in threadload()132 thread_stats[i].timer_ints - old_stats[i].timer_ints, in threadload()133 thread_stats[i].timers - old_stats[i].timers); in threadload()135 old_stats[i] = thread_stats[i]; in threadload()
Completed in 2 milliseconds