Searched refs:timecount (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/contrib/netbsd-tests/rump/rumpkern/h_client/
H A Dh_reconcli.c86 int timecount; local
89 errx(1, "need timecount");
90 timecount = atoi(argv[1]);
91 if (timecount <= 0)
92 errx(1, "invalid timecount %d\n", timecount);
111 sleep(timecount);
/freebsd-10.2-release/sys/arm/at91/
H A Dat91_pit.c69 static uint32_t timecount = 0; variable
184 timecount += PIT_PIV(RD4(sc, PIT_MR)) * icnt;
199 return (timecount + PIT_PIV(piir) + PIT_PIV(RD4(sc, PIT_MR)) * icnt);

Completed in 59 milliseconds