Searched refs:last_idle_timestamp (Results 1 – 3 of 3) sorted by relevance
221 lk_bigtime_t last_idle_timestamp; member
107 idle_time += current_time_hires() - thread_stats[i].last_idle_timestamp; in threadload()
520 thread_stats[cpu].idle_time += now - thread_stats[cpu].last_idle_timestamp; in thread_resched()523 thread_stats[cpu].last_idle_timestamp = current_time_hires(); in thread_resched()
Completed in 5 milliseconds