Home
last modified time | relevance | path

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

/xnu-11417.121.6/osfmk/kern/
H A Dhost.h95 uint64_t total_user_time; member
H A Dhost.c541 tinfo1->total_user = dead_task_statistics.total_user_time; in host_statistics()
H A Dtask.c2198 dead_task_statistics.total_user_time += sum.rtm_user; in task_deallocate_internal()
/xnu-11417.121.6/tools/tests/zero-to-n/
H A Dzero-to-n.c971 natural_t total_user_time = load.cpu_ticks[CPU_STATE_USER] + load.cpu_ticks[CPU_STATE_NICE]; in record_cpu_time() local
975 cpu_time->user = total_user_time; in record_cpu_time()