Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/kern/
H A Dhost.h97 uint64_t task_interrupt_wakeups; member
H A Dhost.c549 tinfo1->task_interrupt_wakeups = dead_task_statistics.task_interrupt_wakeups; in host_statistics()
H A Dbsd_kern.c1274 ri->ri_interrupt_wkups = powerinfo.task_interrupt_wakeups; in fill_task_rusage()
H A Dtask.c2282 dead_task_statistics.task_interrupt_wakeups += interrupt_wakeups; in task_deallocate_internal()
6839 (ledger_amount_t *)&info->task_interrupt_wakeups, &tmp); in task_power_info_locked()
/xnu-12377.81.4/osfmk/mach/
H A Dtask_info.h350 uint64_t task_interrupt_wakeups; member
/xnu-12377.81.4/tests/
H A Dtask_info.c491 T_ASSERT_GE(power_info_data_v2.cpu_energy.task_interrupt_wakeups, 1ULL,
493 power_info_data_v2.cpu_energy.task_interrupt_wakeups);