Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/sys/
H A Dvdev_rebuild.h75 uint64_t vr_bytes_inflight_max; /* maximum bytes inflight */ member
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev_rebuild.c583 while (vr->vr_bytes_inflight >= vr->vr_bytes_inflight_max) in vdev_rebuild_range()
817 vr->vr_bytes_inflight_max = MIN(limit, MAX(1ULL << 20, in vdev_rebuild_thread()