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

/darwin-on-arm/xnu/osfmk/kern/
H A Dhost.h96 uint64_t total_system_time; member in struct:__anon1082
H A Dtask.c480 new_task->total_system_time = 0;
628 dead_task_statistics.total_system_time += task->total_system_time;
1619 absolutetime_to_microtime(task->total_system_time, &secs, &usecs);
1657 absolutetime_to_microtime(task->total_system_time, &secs, &usecs);
1702 absolutetime_to_microtime(task->total_system_time, &secs, &usecs);
1757 info->total_system = task->total_system_time;
2083 info->total_system = task->total_system_time;
H A Dtask.h270 uint64_t total_system_time; member in struct:task
H A Dbsd_kern.c583 tinfo.total_system = task->total_system_time;
H A Dhost.c456 tinfo->total_system = dead_task_statistics.total_system_time;
H A Dthread.c494 task->total_system_time += timer_grab(&thread->system_timer);
/darwin-on-arm/xnu/osfmk/kdp/
H A Dkdp.c1238 task_snap->system_time_in_terminated_threads = task->total_system_time;

Completed in 40 milliseconds