Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/cmd/zfs/
H A Dzfs_main.c6911 static time_t last_progress_time = 0; in report_mount_progress() local
6921 } else if (current != total && last_progress_time + MOUNT_TIME >= now) { in report_mount_progress()
6926 last_progress_time = now; in report_mount_progress()