Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dspa.c3079 hrtime_t import_expire; in spa_activity_check() local
3115 import_expire = gethrtime() + import_delay; in spa_activity_check()
3117 while (gethrtime() < import_expire) { in spa_activity_check()
3119 NSEC2SEC(import_expire - gethrtime())); in spa_activity_check()