Home
last modified time | relevance | path

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

/freebsd-12-stable/tools/tools/mctest/
Dmctest.cc200 long maxgap = 0, mingap= INT_MAX; in sink() local
207 if (gap > maxgap) in sink()
208 maxgap = gap; in sink()
214 cout << "maximum gap (usecs): " << maxgap << endl; in sink()
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
Dvdev_queue.c668 uint64_t maxgap = 0; in vdev_queue_aggregate() local
691 maxgap = zfs_vdev_read_gap_limit; in vdev_queue_aggregate()
717 IO_GAP(dio, first) <= maxgap && in vdev_queue_aggregate()
743 IO_GAP(last, dio) <= maxgap && in vdev_queue_aggregate()