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.c999 uint64_t dirty_frees_threshold; in dmu_free_long_range_impl() local
1010 dirty_frees_threshold = in dmu_free_long_range_impl()
1013 dirty_frees_threshold = zfs_dirty_data_max / 20; in dmu_free_long_range_impl()
1063 if (dirty_frees_threshold != 0 && in dmu_free_long_range_impl()
1064 long_free_dirty >= dirty_frees_threshold) { in dmu_free_long_range_impl()