Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/ntp/scripts/monitoring/
HDntploopwatch194 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/
HDusb_hub.c2477 usb_ticks_t mintime; in usb_bus_powerd() local
2525 mintime = (usb_ticks_t)-1; in usb_bus_powerd()
2550 if (temp < mintime) in usb_bus_powerd()
2551 mintime = temp; in usb_bus_powerd()
2561 if (mintime >= (usb_ticks_t)(1 * hz)) { in usb_bus_powerd()
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
HDdsl_scan.c1362 int mintime = (scn->scn_phys.scn_func == POOL_SCAN_RESILVER) ? in dsl_scan_check_suspend() local
1365 if ((NSEC2MSEC(scan_time_ns) > mintime && in dsl_scan_check_suspend()
2866 int mintime = (scn->scn_phys.scn_func == POOL_SCAN_RESILVER) ? in scan_io_queue_check_suspend() local
2869 return ((NSEC2MSEC(scan_time_ns) > mintime && in scan_io_queue_check_suspend()
3648 int mintime = (scn->scn_phys.scn_func == POOL_SCAN_RESILVER) ? in dsl_scan_sync() local
3654 NSEC2MSEC(scan_time_ns) < mintime) { in dsl_scan_sync()