Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/sys/
H A Dresourcevar.h55 #define pstat_startzero p_cru
56 struct rusage p_cru; /* Stats for reaped children. */ member
/f-stack/freebsd/sys/
H A Dresourcevar.h57 #define pstat_startzero p_cru
58 struct rusage p_cru; /* Stats for reaped children. */ member
/f-stack/freebsd/kern/
H A Dkern_exit.c681 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()
H A Dkern_resource.c1076 *rup = p->p_stats->p_cru; in kern_getrusage()