Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/zfs/
H A Ddsl_pool.c449 ASSERT3U(-delta, <=, dp->dp_dirty_total); in dsl_pool_dirty_delta()
451 dp->dp_dirty_total += delta; in dsl_pool_dirty_delta()
457 if (dp->dp_dirty_total <= zfs_dirty_data_max) in dsl_pool_dirty_delta()
640 if (dp->dp_dirty_total > zfs_dirty_data_sync) in dsl_pool_need_dirty_delay()
642 rv = (dp->dp_dirty_total > delay_min_bytes); in dsl_pool_need_dirty_delay()
671 ASSERT3U(dp->dp_dirty_total, >=, space); in dsl_pool_undirty_space()
H A Dvdev_queue.c385 uint64_t dirty = spa->spa_dsl_pool->dp_dirty_total; in vdev_queue_max_async_writes()
H A Ddmu_tx.c1321 while (dp->dp_dirty_total >= zfs_dirty_data_max) in dmu_tx_wait()
1323 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.c434 int dirty_pct = scn->scn_dp->dp_dirty_total * 100 / zfs_dirty_data_max; in dsl_scan_check_pause()
/titanic_50/usr/src/uts/common/fs/zfs/sys/
H A Ddsl_pool.h105 uint64_t dp_dirty_total; member