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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dtxg.c111 int zfs_txg_timeout = 5; /* max seconds worth of delta per txg */ variable
458 uint64_t timeout = zfs_txg_timeout * hz;
H A Ddsl_scan.c81 extern int zfs_txg_timeout;
443 if (elapsed_nanosecs / NANOSEC >= zfs_txg_timeout ||
1402 return (elapsed_nanosecs / NANOSEC > zfs_txg_timeout ||

Completed in 87 milliseconds