Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/
H A Dresourcevar.h81 struct rusage p_cru; /* (PL) sum of stats for reaped children */ member
/xnu-12377.41.6/bsd/kern/
H A Dkern_exit.c2543 ruadd(&(p->p_ru->ru), &p->p_stats->p_cru); in proc_exit()
2627 ruadd(&pp->p_stats->p_cru, &p->p_ru->ru); in proc_exit()
2836 ruadd(&parent->p_stats->p_cru, &child->p_ru->ru); in reap_child_locked()
H A Dkern_resource.c1827 rup = &p->p_stats->p_cru; in getrusage()