Home
last modified time | relevance | path

Searched refs:tinfo1 (Results 1 – 1 of 1) sorted by relevance

/xnu-12377.1.9/osfmk/kern/
H A Dhost.c544 task_power_info_t tinfo1 = (task_power_info_t)info; in host_statistics() local
547 tinfo1->task_interrupt_wakeups = dead_task_statistics.task_interrupt_wakeups; in host_statistics()
548 tinfo1->task_platform_idle_wakeups = dead_task_statistics.task_platform_idle_wakeups; in host_statistics()
550 tinfo1->task_timer_wakeups_bin_1 = dead_task_statistics.task_timer_wakeups_bin_1; in host_statistics()
552 tinfo1->task_timer_wakeups_bin_2 = dead_task_statistics.task_timer_wakeups_bin_2; in host_statistics()
554 tinfo1->total_user = dead_task_statistics.total_user_time; in host_statistics()
555 tinfo1->total_system = dead_task_statistics.total_system_time; in host_statistics()