Searched refs:p_cru (Results 1 – 4 of 4) sorted by relevance
55 #define pstat_startzero p_cru56 struct rusage p_cru; /* Stats for reaped children. */ member
57 #define pstat_startzero p_cru58 struct rusage p_cru; /* Stats for reaped children. */ member
681 ruadd(&p->p_ru, &p->p_rux, &p->p_stats->p_cru, &p->p_crux); in exit1()934 ruadd(&q->p_stats->p_cru, &q->p_crux, &p->p_ru, &p->p_rux); in proc_reap()1125 *rup = p->p_stats->p_cru; in proc_to_reap()
1076 *rup = p->p_stats->p_cru; in kern_getrusage()