Searched refs:vdev_removal_max_span (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/sys/contrib/openzfs/include/sys/
H A Dvdev_removal.h90 extern uint_t vdev_removal_max_span;
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dvdev_removal.c133 uint_t vdev_removal_max_span = 32 * 1024; variable
1453 * to max_alloc bytes, and we can span up to vdev_removal_max_span
1456 * free segments (of up to vdev_removal_max_span bytes).
1474 vdev_removal_max_span) {
H A Dvdev_label.c638 * segments (smaller than vdev_removal_max_span)
643 if (i + 1 < highbit64(vdev_removal_max_span)

Completed in 174 milliseconds