Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
HDdsl_pool.h56 extern uint64_t zfs_dirty_data_sync;
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
HDdsl_pool.c113 uint64_t zfs_dirty_data_sync = 64 * 1024 * 1024; variable
194 &zfs_dirty_data_sync, 0,
932 if (dp->dp_dirty_total > zfs_dirty_data_sync) in dsl_pool_need_dirty_delay()
HDtxg.c504 dp->dp_dirty_total < zfs_dirty_data_sync) { in txg_sync_thread()