Home
last modified time | relevance | path

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

/xnu-11215/bsd/kern/
H A Dkern_acct.c237 struct rusage rup, *r; in acct_process() local
273 rup = p->p_stats->p_ru; in acct_process()
275 r = &rup; in acct_process()
H A Dkern_exit.c423 struct rusage_superset rup; in gather_populate_corpse_crashinfo() local
425 gather_rusage_info(p, &rup.ri, RUSAGE_INFO_CURRENT); in gather_populate_corpse_crashinfo()
426 rup.ri.ri_phys_footprint = 0; in gather_populate_corpse_crashinfo()
916 struct rusage_superset rup; in current_thread_collect_backtrace_info() local
1167 rup.ri.ri_phys_footprint = 0; in current_thread_collect_backtrace_info()
1169 rup.ri.ri_proc_exit_abstime = 0; in current_thread_collect_backtrace_info()
1881 struct rusage_superset *rup; in proc_prepareexit() local
2052 rup = zalloc(zombie_zone); in proc_prepareexit()
2054 rup->ri.ri_phys_footprint = 0; in proc_prepareexit()
2060 p->p_ru = rup; in proc_prepareexit()
[all …]
H A Dkern_resource.c1582 struct rusage *rup, rubuf; in getrusage() local
1595 rup = &p->p_stats->p_ru; in getrusage()
1596 rup->ru_utime = utime; in getrusage()
1597 rup->ru_stime = stime; in getrusage()
1599 rubuf = *rup; in getrusage()
1606 rup = &p->p_stats->p_cru; in getrusage()
1607 rubuf = *rup; in getrusage()