| 312 | |
| 313 | unsigned evicts = 0; |
| 314 | DEV_GUARDED(x_evictions) |
| 315 | { |
| 316 | m_evictions.push_back(EvictionTimeout(make_pair(_leastSeen->id,chrono::steady_clock::now()), _new->id)); |
| 317 | evicts = m_evictions.size(); |
| 318 | } |
| 319 | |
| 320 | if (evicts == 1) |
| 321 | doCheckEvictions(); |