Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev_indirect.c287 uint64_t iv_attempts_max; member
1569 while (iv->iv_attempts < iv->iv_attempts_max) { in vdev_indirect_splits_enumerate_randomly()
1636 iv->iv_attempts_max = 1; in vdev_indirect_splits_damage()
1651 iv->iv_attempts_max *= 2; in vdev_indirect_splits_damage()
1652 if (iv->iv_attempts_max >= (1ULL << 12)) { in vdev_indirect_splits_damage()
1653 iv->iv_attempts_max = UINT64_MAX; in vdev_indirect_splits_damage()
1730 iv->iv_attempts_max = UINT64_MAX; in vdev_indirect_reconstruct_io_done()
1733 iv->iv_attempts_max = zfs_reconstruct_indirect_combinations_max; in vdev_indirect_reconstruct_io_done()
1790 if (iv->iv_unique_combinations <= iv->iv_attempts_max) in vdev_indirect_reconstruct_io_done()