Searched refs:pstats (Results 1 – 5 of 5) sorted by relevance
140 register struct pstats *pstats; local145 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)
354 struct pstats pstats; local359 (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;
36 struct pstats u_stats; /* p_stats points here (use it!) */
17 struct pstats { struct
63 struct pstats *p_stats; /* Accounting/statistics (PROC ONLY). */