Home
last modified time | relevance | path

Searched refs:zfs_dirty_data_max (Results 1 – 9 of 9) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddmu_tx.c783 zfs_dirty_data_max * zfs_delay_min_dirty_percent / 100; in dmu_tx_delay()
795 ASSERT3U(dirty, <, zfs_dirty_data_max); in dmu_tx_delay()
799 (dirty - delay_min_bytes) / (zfs_dirty_data_max - dirty); in dmu_tx_delay()
1066 if (dp->dp_dirty_total >= zfs_dirty_data_max) in dmu_tx_wait()
1068 while (dp->dp_dirty_total >= zfs_dirty_data_max) in dmu_tx_wait()
H A Ddsl_pool.c102 unsigned long zfs_dirty_data_max = 0; variable
592 if (dp->dp_dirty_total < zfs_dirty_data_max) in dsl_pool_dirty_delta()
901 zfs_dirty_data_max * zfs_delay_min_dirty_percent / 100; in dsl_pool_need_dirty_delay()
903 zfs_dirty_data_max * zfs_dirty_data_sync_percent / 100; in dsl_pool_need_dirty_delay()
H A Dvdev_queue.c324 uint64_t min_bytes = zfs_dirty_data_max * in vdev_queue_max_async_writes()
326 uint64_t max_bytes = zfs_dirty_data_max * in vdev_queue_max_async_writes()
H A Dtxg.c521 zfs_dirty_data_max * zfs_dirty_data_sync_percent / 100; in txg_sync_thread()
H A Ddmu.c823 zfs_per_txg_dirty_frees_percent * zfs_dirty_data_max / 100; in dmu_free_long_range_impl()
825 dirty_frees_threshold = zfs_dirty_data_max / 20; in dmu_free_long_range_impl()
H A Ddsl_scan.c1328 int dirty_pct = scn->scn_dp->dp_dirty_total * 100 / zfs_dirty_data_max; in dsl_scan_check_suspend()
2807 int dirty_pct = scn->scn_dp->dp_dirty_total * 100 / zfs_dirty_data_max; in scan_io_queue_check_suspend()
H A Darc.c7698 if (zfs_dirty_data_max == 0) { in arc_init()
7699 zfs_dirty_data_max = allmem * in arc_init()
7701 zfs_dirty_data_max = MIN(zfs_dirty_data_max, in arc_init()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Ddsl_pool.h59 extern unsigned long zfs_dirty_data_max;
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/perf/
H A Dperf.shlib483 zfs_dirty_data_max \