Searched refs:last_progress_time (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_main.c6032 static time_t last_progress_time = 0; local
6042 } else if (current != total && last_progress_time + MOUNT_TIME >= now) {
6047 last_progress_time = now;

Completed in 126 milliseconds