Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/sys/
H A Dresourcevar.h80 struct rusage p_cru; /* (PL) sum of stats for reaped children */ member
/xnu-8792.41.9/bsd/kern/
H A Dkern_exit.c2392 ruadd(&(p->p_ru->ru), &p->p_stats->p_cru); in proc_exit()
2473 ruadd(&pp->p_stats->p_cru, &p->p_ru->ru); in proc_exit()
2683 ruadd(&parent->p_stats->p_cru, &child->p_ru->ru); in reap_child_locked()
H A Dkern_resource.c1346 rup = &p->p_stats->p_cru; in getrusage()