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

/illumos-gate/usr/src/lib/libpctx/common/
H A Dlibpctx.c526 struct timeval tvgoal, tvnow; local
560 * tvgoal represents the time at which the sample
563 (void) gettimeofday(&tvgoal, 0);
564 msincr(&tvgoal, msec);
595 if ((mswait = msdiff(&tvgoal, &tvnow)) == 0) {
596 msincr(&tvgoal, msec);
664 msincr(&tvgoal, msec);

Completed in 58 milliseconds