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