Searched refs:p_cru (Results 1 – 3 of 3) sorted by relevance
80 struct rusage p_cru; /* (PL) sum of stats for reaped children */ member
2392 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()
1346 rup = &p->p_stats->p_cru; in getrusage()