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

/illumos-gate/usr/src/cmd/zfs/
H A Dzfs_main.c537 static time_t pt_begin; variable
544 pt_begin = time(NULL) + PROGRESS_DELAY;
562 if (!pt_shown && time(NULL) > pt_begin) {

Completed in 73 milliseconds