HomeSort by: relevance | last modified time | path
    Searched refs:spa_last_io (Results 1 - 3 of 3) sorted by relevancy

  /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
spa_impl.h 189 uint64_t spa_last_io; /* lbolt of last non-scan I/O */ member in struct:spa
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
dsl_scan.c 1889 if (ddi_get_lbolt64() - spa->spa_last_io <= zfs_scan_idle)
zio.c 3056 * When these conditions are met, adjust the timestamp of spa_last_io
3063 uint64_t old = spa->spa_last_io;
3066 (void) atomic_cas_64(&spa->spa_last_io, old, new);

Completed in 21 milliseconds