Searched refs:gather_rusage_info (Results 1 – 3 of 3) sorted by relevance
| /xnu-11215.1.10/bsd/sys/ |
| H A D | resourcevar.h | 136 void gather_rusage_info(struct proc *p, rusage_info_current *ru, int flavor);
|
| /xnu-11215.1.10/bsd/kern/ |
| H A D | kern_exit.c | 425 gather_rusage_info(p, &rup.ri, RUSAGE_INFO_CURRENT); in gather_populate_corpse_crashinfo() 1166 gather_rusage_info(current_proc(), &rup.ri, RUSAGE_INFO_V0); in current_thread_collect_backtrace_info() 2053 gather_rusage_info(p, &rup->ri, RUSAGE_INFO_CURRENT); in proc_prepareexit()
|
| H A D | kern_resource.c | 2887 gather_rusage_info(proc_t p, rusage_info_current *ru, int flavor) in gather_rusage_info() function 3002 gather_rusage_info(p, &ri_current, flavor); in proc_get_rusage()
|