Searched refs:total_system (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/osfmk/mach/
H A Dtask_info.h192 uint64_t total_system; member in struct:task_absolutetime_info
270 uint64_t total_system; member in struct:task_power_info
/darwin-on-arm/xnu/osfmk/kern/
H A Dbsd_kern.c583 tinfo.total_system = task->total_system_time;
603 tinfo.total_system += tval;
617 ptinfo->pti_total_system = tinfo.total_system;
H A Dtask.c1757 info->total_system = task->total_system_time;
1773 info->total_system += tval;
2083 info->total_system = task->total_system_time;
2102 info->total_system += tval;
H A Dhost.c456 tinfo->total_system = dead_task_statistics.total_system_time;
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_resource.c721 absolutetime_to_microtime(tinfo.total_user + tinfo.total_system,

Completed in 23 milliseconds