Lines Matching defs:progress
50 #include "progress.h"
81 printf("write backing...(no progress report)"); fflush(stdout);
194 progress(const struct progress_arg *p)
196 static struct progress_arg Progress;
201 if (Progress.tick) {
204 Progress = *p;
213 if (!Progress.tick)
215 if (++Progress.cnt > Progress.tick) {
216 Progress.cnt = 0;
217 Progress.total++;
218 progress_bar(cdev, label, Progress.total, PROGRESS_BAR_GRANULE);