Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/cmd/zfs/
H A Dzfs_main.c6587 static time_t last_spin_time = (time_t)0; in get_one_dataset() local
6594 if (last_spin_time + SPINNER_TIME < now) { in get_one_dataset()
6596 last_spin_time = now; in get_one_dataset()