accumulateStats(Basics::uint32 &n_in_cache, Basics::uint64 &hits, Basics::uint64 &open_misses, Basics::uint64 &try_misses, Basics::uint64 &evictions, Basics::uint64 &expirations) | FdCache::PartialCache | |
close(ShortId sid, int fd, OFlag ofl) | FdCache::PartialCache | |
evict_count | FdCache::PartialCache | [private] |
expire_count | FdCache::PartialCache | [private] |
fdiDeleteNL(FdInfo *fdi, char *where) | FdCache::PartialCache | [private] |
flush(ShortId sid, OFlag ofl) | FdCache::PartialCache | |
hit_count | FdCache::PartialCache | [private] |
janitor_sweep(time_t now) | FdCache::PartialCache | |
lookup(ShortIdKey &key, FdCache::OFlag ofl, FdCache::OFlag &oflout) | FdCache::PartialCache | [private] |
lruListHead | FdCache::PartialCache | [private] |
mu | FdCache::PartialCache | [private] |
nCached | FdCache::PartialCache | [private] |
open(ShortId sid, FdCache::OFlag ofl, FdCache::OFlag *oflout) | FdCache::PartialCache | |
open_miss_count | FdCache::PartialCache | [private] |
PartialCache() | FdCache::PartialCache | [inline] |
table | FdCache::PartialCache | [private] |
try_miss_count | FdCache::PartialCache | [private] |
tryopen(ShortId sid, FdCache::OFlag ofl, FdCache::OFlag *oflOut=NULL) | FdCache::PartialCache | |