Home
last modified time | relevance | path

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

/xnu-8792.81.2/bsd/sys/
H A Dresourcevar.h80 struct rusage p_cru; /* (PL) sum of stats for reaped children */ member
/xnu-8792.81.2/bsd/kern/
H A Dkern_exit.c2408 ruadd(&(p->p_ru->ru), &p->p_stats->p_cru); in proc_exit()
2489 ruadd(&pp->p_stats->p_cru, &p->p_ru->ru); in proc_exit()
2699 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()