Home
last modified time | relevance | path

Searched refs:pstats (Results 1 – 5 of 5) sorted by relevance

/original-bsd/sys/kern/
H A Dkern_clock.c140 register struct pstats *pstats; local
145 pstats = p->p_stats;
147 timerisset(&pstats->p_timer[ITIMER_VIRTUAL].it_value) &&
148 itimerdecr(&pstats->p_timer[ITIMER_VIRTUAL], tick) == 0)
150 if (timerisset(&pstats->p_timer[ITIMER_PROF].it_value) &&
151 itimerdecr(&pstats->p_timer[ITIMER_PROF], tick) == 0)
/original-bsd/bin/ps/
H A Dps.c354 struct pstats pstats; local
359 (char *)&pstats, sizeof(pstats)) == sizeof(pstats)) {
366 usp->u_start = pstats.p_start;
367 usp->u_ru = pstats.p_ru;
368 usp->u_cru = pstats.p_cru;
/original-bsd/sys/sys/
H A Duser.h36 struct pstats u_stats; /* p_stats points here (use it!) */
H A Dresourcevar.h17 struct pstats { struct
H A Dproc.h63 struct pstats *p_stats; /* Accounting/statistics (PROC ONLY). */