Searched refs:dirty_frees_threshold (Results 1 – 1 of 1) sorted by relevance
1008 uint64_t dirty_frees_threshold; in dmu_free_long_range_impl() local1019 dirty_frees_threshold = in dmu_free_long_range_impl()1022 dirty_frees_threshold = zfs_dirty_data_max / 20; in dmu_free_long_range_impl()1072 if (dirty_frees_threshold != 0 && in dmu_free_long_range_impl()1073 long_free_dirty >= dirty_frees_threshold) { in dmu_free_long_range_impl()