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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/
H A Dtimer.c60 int mintime; /* tracks when next timer will expire */ local
77 * Initialize mintime to a suitable "large" value and then compare it to
80 mintime = INT_MAX;
90 mintime = min(mintime, CHECK_INTERVAL - iftime);
99 mintime = min(mintime, supplyinterval - mtime);
125 mintime = min(mintime,
128 mintime
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping.c179 static hrtime_t mintime = NSEC2MSEC(500); /* minimum time between pings */ variable
1755 if ((gethrtime() - t_last_probe_sent) < mintime) {
2548 interval.it_value.tv_nsec < mintime) {
2549 mintime = interval.it_value.tv_nsec;
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddsl_scan.c439 int mintime = (scn->scn_phys.scn_func == POOL_SCAN_RESILVER) ? local
444 (NSEC2MSEC(elapsed_nanosecs) > mintime &&

Completed in 62 milliseconds