Searched refs:kMaxHotVnodes (Results 1 – 1 of 1) sorted by relevance
37 static const int32 kMaxHotVnodes = 1024; variable39 static Vnode* sHotVnodes[kMaxHotVnodes];56 int32 count = std::min(sNextHotVnodeIndex, kMaxHotVnodes); in flush_hot_vnodes_locked()115 if (index < kMaxHotVnodes) { in vnode_unused()126 if (sNextHotVnodeIndex >= kMaxHotVnodes) in vnode_unused()173 count = std::min(count, kMaxHotVnodes); in vnode_to_be_freed()