Searched refs:spa_last_io (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dspa_impl.h184 uint64_t spa_last_io; /* lbolt of last non-scan I/O */ member in struct:spa
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddsl_scan.c1854 if (ddi_get_lbolt64() - spa->spa_last_io <= zfs_scan_idle)
H A Dzio.c2952 * When these conditions are met, adjust the timestamp of spa_last_io
2959 uint64_t old = spa->spa_last_io;
2962 (void) atomic_cas_64(&spa->spa_last_io, old, new);

Completed in 73 milliseconds