Searched refs:sHotVnodes (Results 1 - 1 of 1) sorted by relevance

/haiku/src/system/kernel/fs/
H A Dunused_vnodes.h37 static Vnode* sHotVnodes[kMaxHotVnodes]; variable
53 Vnode* vnode = sHotVnodes[i];
65 sHotVnodes[i] = NULL;
112 sHotVnodes[index] = vnode;
127 sHotVnodes[index] = vnode;
170 if (sHotVnodes[i] == vnode) {
171 sHotVnodes[i] = NULL;

Completed in 75 milliseconds