Home
last modified time | relevance | path

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

/systemd-251/src/fsck/
Dfsck.c143 static const int pass_table[] = { in percent() local
150 if ((unsigned) pass >= ELEMENTSOF(pass_table) || max == 0) in percent()
153 return (double) pass_table[pass-1] + in percent()
154 ((double) pass_table[pass] - (double) pass_table[pass-1]) * in percent()