OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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 56 milliseconds
Indexes created Tue Oct 07 21:09:53 GMT 2025