Home
last modified time | relevance | path

Searched refs:dp_dirty_total (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddsl_pool.c564 ASSERT3U(-delta, <=, dp->dp_dirty_total); in dsl_pool_dirty_delta()
566 dp->dp_dirty_total += delta; in dsl_pool_dirty_delta()
572 if (dp->dp_dirty_total < zfs_dirty_data_max) in dsl_pool_dirty_delta()
877 if (dp->dp_dirty_total > dirty_min_bytes) in dsl_pool_need_dirty_delay()
879 rv = (dp->dp_dirty_total > delay_min_bytes); in dsl_pool_need_dirty_delay()
908 ASSERT3U(dp->dp_dirty_total, >=, space); in dsl_pool_undirty_space()
H A Ddmu_tx.c1051 while (dp->dp_dirty_total >= zfs_dirty_data_max) in dmu_tx_wait()
1053 uint64_t dirty = dp->dp_dirty_total; in dmu_tx_wait()
H A Dvdev_queue.c435 uint64_t dirty = spa->spa_dsl_pool->dp_dirty_total; in vdev_queue_max_async_writes()
H A Dtxg.c500 dp->dp_dirty_total < dirty_min_bytes) { in txg_sync_thread()
H A Dspa_misc.c2060 return (spa->spa_dsl_pool->dp_dirty_total); in spa_dirty_data()
H A Ddsl_scan.c1304 int dirty_pct = scn->scn_dp->dp_dirty_total * 100 / zfs_dirty_data_max; in dsl_scan_check_suspend()
2707 int dirty_pct = scn->scn_dp->dp_dirty_total * 100 / zfs_dirty_data_max; in scan_io_queue_check_suspend()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddsl_pool.h112 uint64_t dp_dirty_total; member