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.h77 uint64_t vr_bytes_inflight_max; /* maximum bytes inflight */ member
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev_rebuild.c588 while (vr->vr_bytes_inflight >= vr->vr_bytes_inflight_max) in vdev_rebuild_range()
823 vr->vr_bytes_inflight_max = MIN(limit, MAX(1ULL << 20, in vdev_rebuild_thread()