Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/zfs/
H A Ddsl_pool.c448 ASSERT3U(-delta, <=, dp->dp_dirty_total); in dsl_pool_dirty_delta()
450 dp->dp_dirty_total += delta; in dsl_pool_dirty_delta()
456 if (dp->dp_dirty_total <= zfs_dirty_data_max) in dsl_pool_dirty_delta()
639 if (dp->dp_dirty_total > zfs_dirty_data_sync) in dsl_pool_need_dirty_delay()
641 rv = (dp->dp_dirty_total > delay_min_bytes); in dsl_pool_need_dirty_delay()
670 ASSERT3U(dp->dp_dirty_total, >=, space); in dsl_pool_undirty_space()
H A Dvdev_queue.c384 uint64_t dirty = spa->spa_dsl_pool->dp_dirty_total; in vdev_queue_max_async_writes()
H A Ddmu_tx.c1320 while (dp->dp_dirty_total >= zfs_dirty_data_max) in dmu_tx_wait()
1322 uint64_t dirty = dp->dp_dirty_total; in dmu_tx_wait()
H A Dtxg.c472 dp->dp_dirty_total < zfs_dirty_data_sync) { in txg_sync_thread()
H A Ddsl_scan.c428 int dirty_pct = scn->scn_dp->dp_dirty_total * 100 / zfs_dirty_data_max; in dsl_scan_check_pause()
/titanic_41/usr/src/uts/common/fs/zfs/sys/
H A Ddsl_pool.h105 uint64_t dp_dirty_total; member