Home
last modified time | relevance | path

Searched refs:mintime (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/
H A Dtimer.c60 int mintime; /* tracks when next timer will expire */ in timer() local
80 mintime = INT_MAX; in timer()
90 mintime = min(mintime, CHECK_INTERVAL - iftime); in timer()
99 mintime = min(mintime, supplyinterval - mtime); in timer()
125 mintime = min(mintime, in timer()
128 mintime = min(mintime, in timer()
150 alarmtime = mintime; in timer()
/titanic_44/usr/src/uts/common/fs/zfs/
H A Ddsl_scan.c425 int mintime = (scn->scn_phys.scn_func == POOL_SCAN_RESILVER) ? in dsl_scan_check_pause() local
430 (NSEC2MSEC(elapsed_nanosecs) > mintime && in dsl_scan_check_pause()