Searched refs:delay_min_bytes (Results 1 – 2 of 2) sorted by relevance
967 uint64_t delay_min_bytes, wrlog; in dmu_tx_delay() local971 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()
628 uint64_t delay_min_bytes = in dsl_pool_need_wrlog_delay() local631 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() local977 delay_min_bytes); in dsl_pool_need_dirty_delay()