pstats            233 kern/kern_clock.c 		struct pstats *pstats;
pstats            238 kern/kern_clock.c 		pstats = p->p_stats;
pstats            240 kern/kern_clock.c 		    timerisset(&pstats->p_timer[ITIMER_VIRTUAL].it_value) &&
pstats            241 kern/kern_clock.c 		    itimerdecr(&pstats->p_timer[ITIMER_VIRTUAL], tick) == 0)
pstats            242 kern/kern_clock.c 			timeout_add(&pstats->p_virt_to, 1);
pstats            243 kern/kern_clock.c 		if (timerisset(&pstats->p_timer[ITIMER_PROF].it_value) &&
pstats            244 kern/kern_clock.c 		    itimerdecr(&pstats->p_timer[ITIMER_PROF], tick) == 0)
pstats            245 kern/kern_clock.c 			timeout_add(&pstats->p_prof_to, 1);
pstats            160 sys/proc.h     	struct	pstats *p_stats;	/* Accounting/statistics */
pstats             44 sys/resourcevar.h struct pstats {
pstats            311 sys/sysctl.h   		struct  pstats e_pstats;	/* process stats */
pstats             59 sys/user.h     	struct	pstats u_stats;		/* p_stats points here (use it!) */