Home
last modified time | relevance | path

Searched refs:zfs_txg_timeout (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
Dtxg.c111 int zfs_txg_timeout = 5; /* max seconds worth of delta per txg */ variable
115 TUNABLE_INT("vfs.zfs.txg.timeout", &zfs_txg_timeout);
116 SYSCTL_INT(_vfs_zfs_txg, OID_AUTO, timeout, CTLFLAG_RW, &zfs_txg_timeout, 0,
466 uint64_t timeout = zfs_txg_timeout * hz; in txg_sync_thread()
Ddsl_scan.c114 extern int zfs_txg_timeout;
480 if (elapsed_nanosecs / NANOSEC >= zfs_txg_timeout || in dsl_scan_check_pause()
1439 return (elapsed_nanosecs / NANOSEC > zfs_txg_timeout || in dsl_scan_free_should_pause()