Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/
H A Dresourcevar.h95 …struct rusage_info_child ri_child; /* (PL) sum of additional stats for reaped children (proc_… member
/xnu-12377.41.6/bsd/kern/
H A Dkern_resource.c3364 struct rusage_info_child *ri_child; in gather_rusage_info() local
3409 ri_child = &(p->p_stats->ri_child); in gather_rusage_info()
3410 ru->ri_child_user_time = ri_child->ri_child_user_time; in gather_rusage_info()
3411 ru->ri_child_system_time = ri_child->ri_child_system_time; in gather_rusage_info()
3412 ru->ri_child_pkg_idle_wkups = ri_child->ri_child_pkg_idle_wkups; in gather_rusage_info()
3413 ru->ri_child_interrupt_wkups = ri_child->ri_child_interrupt_wkups; in gather_rusage_info()
3414 ru->ri_child_pageins = ri_child->ri_child_pageins; in gather_rusage_info()
3415 ru->ri_child_elapsed_abstime = ri_child->ri_child_elapsed_abstime; in gather_rusage_info()
H A Dkern_exit.c2629 update_rusage_info_child(&pp->p_stats->ri_child, &p->p_ru->ri); in proc_exit()
2838 update_rusage_info_child(&parent->p_stats->ri_child, &child->p_ru->ri); in reap_child_locked()