Lines Matching refs:promote
403 * to adjust the promote threshold nicely.
1020 * The promote level depends on the current performance of the
1024 * to promote much without causing performance to drop below that
1027 * If the cache is performing well, then we don't need to promote
1030 * If the cache is middling then we promote more.
1047 * eager to promote.
1056 * confidence that we know which blocks to promote. So we cut down
1279 * Converts a boolean into a promote result.
1281 static enum promote_result maybe_promote(bool promote)
1283 return promote ? PROMOTE_PERMANENT : PROMOTE_NOT;