HomeSort by relevance Sort by last modified time
    Searched refs:zfs_txg_timeout (Results 1 - 2 of 2) sorted by null

  /onnv/onnv-gate/usr/src/uts/common/fs/zfs/
txg.c 40 int zfs_txg_timeout = 30; /* max seconds worth of delta per txg */ variable
365 uint64_t timer, timeout = zfs_txg_timeout * hz;
dsl_scrub.c 59 extern int zfs_txg_timeout;
342 if (elapsed_nanosecs / NANOSEC > zfs_txg_timeout ||
    [all...]

Completed in 843 milliseconds