Home
last modified time | relevance | path

Searched refs:kMaxHotVnodes (Results 1 – 1 of 1) sorted by relevance

/haiku/src/system/kernel/fs/
H A Dunused_vnodes.h37 static const int32 kMaxHotVnodes = 1024; variable
39 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()