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

/haiku/src/servers/mount/
H A DAutoMounter.cpp97 int fBestScore; member in class:MountArchivedVisitor
230 fBestScore(-1),
238 if (fBestScore >= 6) {
261 if (score > fBestScore) {
262 fBestScore = score;
/haiku/src/system/kernel/vm/
H A DVMAnonymousCache.cpp1381 fBestScore(-1),
1405 if (score >= 4 && score > fBestScore) {
1407 fBestScore = score;
1416 int32 fBestScore; member in class:PartitionScorer

Completed in 66 milliseconds