Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddmu_tx.c967 uint64_t delay_min_bytes, wrlog; in dmu_tx_delay() local
971 delay_min_bytes = in dmu_tx_delay()
980 } else if (dirty > delay_min_bytes) { in dmu_tx_delay()
981 tx_time = zfs_delay_scale * (dirty - delay_min_bytes) / in dmu_tx_delay()
987 delay_min_bytes = in dmu_tx_delay()
991 } else if (wrlog > delay_min_bytes) { in dmu_tx_delay()
992 tx_time = MAX(zfs_delay_scale * (wrlog - delay_min_bytes) / in dmu_tx_delay()
H A Ddsl_pool.c628 uint64_t delay_min_bytes = in dsl_pool_need_wrlog_delay() local
631 return (aggsum_compare(&dp->dp_wrlog_total, delay_min_bytes) > 0); in dsl_pool_need_wrlog_delay()
967 uint64_t delay_min_bytes = in dsl_pool_need_dirty_delay() local
977 delay_min_bytes); in dsl_pool_need_dirty_delay()