Home
last modified time | relevance | path

Searched refs:import_expire (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspa.c2598 hrtime_t import_expire; in spa_activity_check() local
2634 import_expire = gethrtime() + import_delay; in spa_activity_check()
2636 while (gethrtime() < import_expire) { in spa_activity_check()
2638 NSEC2SEC(import_expire - gethrtime())); in spa_activity_check()