Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dvdev_indirect.c285 uint64_t iv_attempts_max; member
1575 while (iv->iv_attempts < iv->iv_attempts_max) { in vdev_indirect_splits_enumerate_randomly()
1642 iv->iv_attempts_max = 1; in vdev_indirect_splits_damage()
1657 iv->iv_attempts_max *= 2; in vdev_indirect_splits_damage()
1658 if (iv->iv_attempts_max >= (1ULL << 12)) { in vdev_indirect_splits_damage()
1659 iv->iv_attempts_max = UINT64_MAX; in vdev_indirect_splits_damage()
1736 iv->iv_attempts_max = UINT64_MAX; in vdev_indirect_reconstruct_io_done()
1739 iv->iv_attempts_max = zfs_reconstruct_indirect_combinations_max; in vdev_indirect_reconstruct_io_done()
1796 if (iv->iv_unique_combinations <= iv->iv_attempts_max) in vdev_indirect_reconstruct_io_done()