Home
last modified time | relevance | path

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

/xnu-11215/osfmk/kern/
H A Dhost.h98 uint64_t task_platform_idle_wakeups; member
H A Dhost.c536 tinfo1->task_platform_idle_wakeups = dead_task_statistics.task_platform_idle_wakeups; in host_statistics()
H A Dbsd_kern.c1246 ri->ri_pkg_idle_wkups = powerinfo.task_platform_idle_wakeups; in fill_task_rusage()
H A Dtask.c2186 dead_task_statistics.task_platform_idle_wakeups += platform_idle_wakeups; in task_deallocate_internal()
6635 (ledger_amount_t *)&info->task_platform_idle_wakeups, &tmp); in task_power_info_locked()
/xnu-11215/osfmk/mach/
H A Dtask_info.h351 uint64_t task_platform_idle_wakeups; member
/xnu-11215/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);