Searched refs:delay_min_bytes (Results 1 – 2 of 2) sorted by relevance
960 uint64_t delay_min_bytes, wrlog; in dmu_tx_delay() local964 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()
632 uint64_t delay_min_bytes = in dsl_pool_need_wrlog_delay() local635 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() local977 return (dp->dp_dirty_total > delay_min_bytes); in dsl_pool_need_dirty_delay()