Home
last modified time | relevance | path

Searched defs:bufcache (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/sys/sys/
H A Dbuf.h159 struct bufcache { struct
160 int64_t hotbufpages;
161 int64_t warmbufpages;
162 int64_t cachepages;
163 struct bufqueue hotqueue;
164 struct bufqueue coldqueue;
165 struct bufqueue warmqueue;