Home
last modified time | relevance | path

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

/freebsd/tools/tools/mctest/
H A Dmctest.cc198 long maxgap = 0, mingap= INT_MAX; in sink() local
205 if (gap > maxgap) in sink()
206 maxgap = gap; in sink()
212 cout << "maximum gap (usecs): " << maxgap << endl; in sink()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev_queue.c623 uint64_t maxgap = 0; in vdev_queue_aggregate() local
659 maxgap = zfs_vdev_read_gap_limit; in vdev_queue_aggregate()
689 IO_GAP(dio, first) <= maxgap && in vdev_queue_aggregate()
716 IO_GAP(last, dio) <= maxgap && in vdev_queue_aggregate()