Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Jan 2002 10:31:53 -0800 (PST)
From:      Matt Dillon <dillon@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern vfs_subr.c
Message-ID:  <200201101831.g0AIVr691677@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
dillon      2002/01/10 10:31:53 PST

  Modified files:
    sys/kern             vfs_subr.c 
  Log:
  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.
  
  Revision  Changes    Path
  1.337     +46 -0     src/sys/kern/vfs_subr.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200201101831.g0AIVr691677>