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