Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/cmd/zfs/
H A Dzfs_main.c682 static time_t pt_begin; variable
689 pt_begin = time(NULL) + PROGRESS_DELAY; in start_progress_timer()
707 if (!pt_shown && time(NULL) > pt_begin) { in update_progress()