Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddmu.c1008 uint64_t dirty_frees_threshold; in dmu_free_long_range_impl() local
1019 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()