HomeFreeBSD

cache: split hotlist between existing negative lists

Description

cache: split hotlist between existing negative lists

This simplifies the code while allowing for concurrent negative eviction
down the road.

Cache misses increased slightly due to higher rate of evictions allowed by
the change.

The current algorithm remains too aggressive.

Details

Provenance
mjgAuthored on
Parents
rS366734: cache: make neglist an array given the static size
Branches
Unknown
Tags
Unknown