Lines Matching full:runs
161 int done, runs; in handleevents() local
176 runs = 0; in handleevents()
179 runs++; in handleevents()
181 if (runs) { in handleevents()
185 hardclock(runs, usermode); in handleevents()
189 runs = 0; in handleevents()
192 runs++; in handleevents()
194 if (runs && fake < 2) { in handleevents()
195 statclock(runs, usermode); in handleevents()
199 runs = 0; in handleevents()
202 runs++; in handleevents()
204 if (runs && !fake) { in handleevents()
205 profclock(runs, usermode, TRAPF_PC(frame)); in handleevents()