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

/freebsd-13-stable/contrib/ntp/scripts/monitoring/
H A Dntploopwatch194 undef($mintime);
457 $t = int(($maxtime - $mintime) / 12 + 0.5);
470 for ($c="", $i = $mintime - ($mintime % $t);
496 chop($xts = &ctime($mintime));
1069 undef $mintime;
1085 $mintime = $time[$[];
1310 @time = (0, 1); $maxtime = 1; $mintime = 0;
1328 ($fpos[$[] eq 'start' && $mintime <= $StartTime) ||
/freebsd-13-stable/sys/dev/usb/
H A Dusb_hub.c2471 usb_ticks_t mintime; local
2519 mintime = (usb_ticks_t)-1;
2544 if (temp < mintime)
2545 mintime = temp;
2555 if (mintime >= (usb_ticks_t)(1 * hz)) {
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Ddsl_scan.c1333 int mintime = (scn->scn_phys.scn_func == POOL_SCAN_RESILVER) ? local
1336 if ((NSEC2MSEC(scan_time_ns) > mintime &&
2806 int mintime = (scn->scn_phys.scn_func == POOL_SCAN_RESILVER) ? local
2809 return ((NSEC2MSEC(scan_time_ns) > mintime &&
3593 int mintime = (scn->scn_phys.scn_func == POOL_SCAN_RESILVER) ? local
3599 NSEC2MSEC(scan_time_ns) < mintime) {

Completed in 160 milliseconds