Searched defs:wtime (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Drtquery.c92 static int wtime = WTIME; variable
157 wtime = (int)strtoul(optarg, &p, 0);
158 if (*p != '\0' || wtime <= 0 || p == optarg)
317 gettext("usage: %s [-np1] [-r tgt_rt] [-w wtime]"
507 if (sent.tv_sec + wtime <= now.tv_sec)
/illumos-gate/usr/src/cmd/fs.d/nfs/statd/
H A Dsm_statd.c646 timestruc_t wtime; local
655 wtime.tv_sec = delay;
656 wtime.tv_nsec = 0;
662 if (cond_reltimedwait(&retrywait, &crash_lock, &wtime) == 0) {
/illumos-gate/usr/src/cmd/fm/fmstat/common/
H A Dfmstat.c64 fmd_stat_t wtime; member in struct:stats
89 { "wtime", FMD_TYPE_TIME },
324 * (wtime) and dividing by the delta in the number of dispatches.
330 avg_w = (double)u64delta(old->wtime.fmds_value.ui64,
331 new->wtime.fmds_value.ui64) / (double)delta;
358 delta = u64delta(old->wtime.fmds_value.ui64,
359 new->wtime.fmds_value.ui64);
/illumos-gate/usr/src/uts/common/sys/
H A Dkstat.h675 hrtime_t wtime; /* cumulative wait (pre-service) time */ member in struct:kstat_io

Completed in 64 milliseconds