HomeSort by: relevance | last modified time | path
    Searched defs:progress_lowlim (Results 1 - 1 of 1) sorted by relevancy

  /src/sbin/fsck/
progress.c 53 static int progress_lowlim; variable in typeref:typename:int
74 progress_lowlim = lowlim;
87 * percentage in the range [progress_lowlim .. progress_highlim].
115 percentage = progress_lowlim +
116 (current * (progress_highlim - progress_lowlim)) / total;

Completed in 10 milliseconds