Home
last modified time | relevance | path

Searched refs:zfs_dirty_data_sync (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/fs/zfs/sys/
H A Ddsl_pool.h54 extern uint64_t zfs_dirty_data_sync;
/titanic_41/usr/src/uts/common/fs/zfs/
H A Ddsl_pool.c104 uint64_t zfs_dirty_data_sync = 64 * 1024 * 1024; variable
639 if (dp->dp_dirty_total > zfs_dirty_data_sync) in dsl_pool_need_dirty_delay()
H A Dtxg.c472 dp->dp_dirty_total < zfs_dirty_data_sync) { in txg_sync_thread()