Searched refs:dead_task_statistics (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/osfmk/kern/
H A Dhost.h103 extern expired_task_statistics_t dead_task_statistics;
H A Dhost.c473 tinfo->task_interrupt_wakeups = dead_task_statistics.task_interrupt_wakeups;
474 tinfo->task_platform_idle_wakeups = dead_task_statistics.task_platform_idle_wakeups;
476 tinfo->task_timer_wakeups_bin_1 = dead_task_statistics.task_timer_wakeups_bin_1;
478 tinfo->task_timer_wakeups_bin_2 = dead_task_statistics.task_timer_wakeups_bin_2;
480 tinfo->total_user = dead_task_statistics.total_user_time;
481 tinfo->total_system = dead_task_statistics.total_system_time;
H A Dtask.c171 expired_task_statistics_t dead_task_statistics; variable
849 dead_task_statistics.total_user_time += task->total_user_time;
850 dead_task_statistics.total_system_time += task->total_system_time;
852 dead_task_statistics.task_interrupt_wakeups += interrupt_wakeups;
853 dead_task_statistics.task_platform_idle_wakeups += platform_idle_wakeups;
855 dead_task_statistics.task_timer_wakeups_bin_1 += task->task_timer_wakeups_bin_1;
856 dead_task_statistics.task_timer_wakeups_bin_2 += task->task_timer_wakeups_bin_2;

Completed in 124 milliseconds