Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu.c842 uint64_t dirty_frees_threshold; in dmu_free_long_range_impl() local
849 dirty_frees_threshold = in dmu_free_long_range_impl()
852 dirty_frees_threshold = zfs_dirty_data_max / 4; in dmu_free_long_range_impl()
888 if (dirty_frees_threshold != 0 && in dmu_free_long_range_impl()
889 long_free_dirty_all_txgs >= dirty_frees_threshold) { in dmu_free_long_range_impl()