Searched defs:ufs_dc_disable_at (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_dir.c126 static hrtime_t ufs_dc_disable_at; variable
322 gethrtime() - ufs_dc_disable_at > ufs_dc_disable_duration) {
323 ufs_dc_disable_at = 0;
331 ufs_dc_disable_at = gethrtime();
1203 gethrtime() - ufs_dc_disable_at > ufs_dc_disable_duration) {
1204 ufs_dc_disable_at = 0;
1219 ufs_dc_disable_at = gethrtime();

Completed in 64 milliseconds