Home
last modified time | relevance | path

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

/dports/www/squid/squid-4.15/src/store/
H A DDisks.cc99 int64_t best_objsize = -1; in storeDirSelectSwapDirLeastLoad() local
126 if (best_objsize != -1) { in storeDirSelectSwapDirLeastLoad()
129 if ((objsize != -1 && SD->maxObjectSize() > best_objsize) || in storeDirSelectSwapDirLeastLoad()
130 (objsize == -1 && SD->maxObjectSize() < best_objsize)) in storeDirSelectSwapDirLeastLoad()
140 best_objsize = SD->maxObjectSize(); in storeDirSelectSwapDirLeastLoad()