Searched refs:update_rusage_info_child (Results 1 - 3 of 3) sorted by relevance

/xnu-2422.115.4/bsd/sys/
H A Dresourcevar.h135 void update_rusage_info_child(struct rusage_info_child *ru, struct rusage_info_v2 *ru2);
/xnu-2422.115.4/bsd/kern/
H A Dkern_exit.c878 update_rusage_info_child(&pp->p_stats->ri_child, &p->p_ru->ri);
1079 update_rusage_info_child(&parent->p_stats->ri_child, &child->p_ru->ri);
H A Dkern_resource.c1090 update_rusage_info_child(struct rusage_info_child *ri, struct rusage_info_v2 *ri2) function

Completed in 57 milliseconds