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

/illumos-gate/usr/src/cmd/isns/isnsd/
H A Desi.c57 static uint32_t stopwatch = 0; variable
615 * Get the stopwatch. It might need to signal the condition to
616 * wake up the idle so the stopwatch gets updated.
619 * return - the stopwatch.
642 t = stopwatch;
1068 /* hold the mutex for stopwatch update */
1105 /* increate the stopwatch by the actually slept time */
1106 stopwatch += t3;
1108 /* release the mutex after stopwatch is updated */
1183 if (pt > stopwatch) {
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dntp.h375 long stopwatch; /* <<local>> for timing */ member in struct:ntp_peer

Completed in 45 milliseconds