Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/kern/
H A Dhost.h98 uint64_t task_platform_idle_wakeups; member
H A Dhost.c550 tinfo1->task_platform_idle_wakeups = dead_task_statistics.task_platform_idle_wakeups; in host_statistics()
H A Dbsd_kern.c1273 ri->ri_pkg_idle_wkups = powerinfo.task_platform_idle_wakeups; in fill_task_rusage()
H A Dtask.c2283 dead_task_statistics.task_platform_idle_wakeups += platform_idle_wakeups; in task_deallocate_internal()
6841 (ledger_amount_t *)&info->task_platform_idle_wakeups, &tmp); in task_power_info_locked()
/xnu-12377.81.4/osfmk/mach/
H A Dtask_info.h351 uint64_t task_platform_idle_wakeups; member
/xnu-12377.81.4/tests/
H A Dtask_info.c496 if (power_info_data_v2.cpu_energy.task_platform_idle_wakeups != 0) {
497 …returned %llu for platform_idle_wakeup", power_info_data_v2.cpu_energy.task_platform_idle_wakeups);