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.c960 uint64_t delay_min_bytes, wrlog; in dmu_tx_delay() local
964 delay_min_bytes = in dmu_tx_delay()
966 if (dirty > delay_min_bytes) { in dmu_tx_delay()
975 tx_time = zfs_delay_scale * (dirty - delay_min_bytes) / in dmu_tx_delay()
981 delay_min_bytes = in dmu_tx_delay()
985 } else if (wrlog > delay_min_bytes) { in dmu_tx_delay()
986 tx_time = MAX(zfs_delay_scale * (wrlog - delay_min_bytes) / in dmu_tx_delay()
H A Ddsl_pool.c632 uint64_t delay_min_bytes = in dsl_pool_need_wrlog_delay() local
635 return (aggsum_compare(&dp->dp_wrlog_total, delay_min_bytes) > 0); in dsl_pool_need_wrlog_delay()
968 uint64_t delay_min_bytes = in dsl_pool_need_dirty_delay() local
977 return (dp->dp_dirty_total > delay_min_bytes); in dsl_pool_need_dirty_delay()