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 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()
114 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()