Searched refs:zfs_txg_timeout (Results 1 – 2 of 2) sorted by relevance
111 int zfs_txg_timeout = 5; /* max seconds worth of delta per txg */ variable115 SYSCTL_INT(_vfs_zfs_txg, OID_AUTO, timeout, CTLFLAG_RWTUN, &zfs_txg_timeout, 0,465 uint64_t timeout = zfs_txg_timeout * hz; in txg_sync_thread()
105 extern int zfs_txg_timeout;471 if (elapsed_nanosecs / NANOSEC >= zfs_txg_timeout || in dsl_scan_check_pause()1436 return (elapsed_nanosecs / NANOSEC > zfs_txg_timeout || in dsl_scan_free_should_pause()