Lines Matching defs:pstats
450 hardclock_itimer(struct thread *td, struct pstats *pstats, int cnt, int usermode)
458 timevalisset(&pstats->p_timer[ITIMER_VIRTUAL].it_value)) {
460 if (itimerdecr(&pstats->p_timer[ITIMER_VIRTUAL],
465 if (timevalisset(&pstats->p_timer[ITIMER_PROF].it_value)) {
467 if (itimerdecr(&pstats->p_timer[ITIMER_PROF],
479 struct pstats *pstats;
503 pstats = p->p_stats;
505 timevalisset(&pstats->p_timer[ITIMER_VIRTUAL].it_value) ||
506 timevalisset(&pstats->p_timer[ITIMER_PROF].it_value)))
507 hardclock_itimer(td, pstats, cnt, usermode);