Searched refs:task_platform_idle_wakeups (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/top-100.1.2/
H A Dpower.c37 psamp->power.task_platform_idle_wakeups,
38 psamp->p_power.task_platform_idle_wakeups,
39 psamp->b_power.task_platform_idle_wakeups)) {
69 idlew = psamp->power.task_platform_idle_wakeups - psamp->b_power.task_platform_idle_wakeups;
78 idlew = psamp->power.task_platform_idle_wakeups - psamp->p_power.task_platform_idle_wakeups;
H A Dtop.c221 return COMP(a_a->power.task_platform_idle_wakeups, a_b->power.task_platform_idle_wakeups);
224 uint64_t a_idlew = a_a->power.task_platform_idle_wakeups - a_a->p_power.task_platform_idle_wakeups;
225 uint64_t b_idlew = a_b->power.task_platform_idle_wakeups - a_b->p_power.task_platform_idle_wakeups;
/macosx-10.10.1/xnu-2782.1.97/osfmk/kern/
H A Dhost.h98 uint64_t task_platform_idle_wakeups; member in struct:__anon15195
H A Dhost.c474 tinfo->task_platform_idle_wakeups = dead_task_statistics.task_platform_idle_wakeups;
H A Dbsd_kern.c814 ri->ri_pkg_idle_wkups = powerinfo.task_platform_idle_wakeups;
H A Dtask.c1100 dead_task_statistics.task_platform_idle_wakeups += platform_idle_wakeups;
3180 (ledger_amount_t *)&info->task_platform_idle_wakeups, &tmp);
/macosx-10.10.1/xnu-2782.1.97/osfmk/mach/
H A Dtask_info.h289 uint64_t task_platform_idle_wakeups; member in struct:task_power_info

Completed in 208 milliseconds