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

/systemd/src/fsck/
H A Dfsck.c162 static const int pass_table[] = { local
169 if ((unsigned) pass >= ELEMENTSOF(pass_table) || max == 0)
172 return (double) pass_table[pass-1] +
173 ((double) pass_table[pass] - (double) pass_table[pass-1]) *

Completed in 61 milliseconds