Home
last modified time | relevance | path

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

/NextBSD/cddl/contrib/opensolaris/cmd/zfs/
HDzfs_main.c5750 static time_t last_spin_time = (time_t)0; in get_one_dataset() local
5757 if (last_spin_time + SPINNER_TIME < now) { in get_one_dataset()
5759 last_spin_time = now; in get_one_dataset()