K 10 svn:author V 6 dillon K 8 svn:date V 27 2002-01-10T18:31:53.000000Z K 7 svn:log V 350 Add vlruvp() routine - implements LRU operation for vnode recycling. We calculate a trigger point that both guarentees we will find a sufficient number of vnodes to recycle and prevents us from recycling vnodes with lots of resident pages. This particular section of code is designed to recycle vnodes, not do unnecessary frees of cached VM pages. END