Home
last modified time | relevance | path

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

/xnu-8020.121.3/osfmk/kern/
H A Dhost.c564 task_power_info_v2_t tinfo2 = (task_power_info_v2_t)info; in host_statistics() local
578 tinfo2->gpu_energy.task_gpu_utilisation = dead_task_statistics.task_gpu_ns; in host_statistics()
580 tinfo2->task_energy = dead_task_statistics.task_energy; in host_statistics()
581 tinfo2->task_ptime = dead_task_statistics.total_ptime; in host_statistics()
582 tinfo2->task_pset_switches = dead_task_statistics.total_pset_switches; in host_statistics()