Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 May 2001 15:49:07 -0700 (PDT)
From:      John Baldwin <jhb@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/vm vm_pageout.c
Message-ID:  <200105172249.f4HMn9b55818@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2001/05/17 15:49:06 PDT

  Modified files:
    sys/vm               vm_pageout.c 
  Log:
  During the code to pick a process to kill when memory is exhausted, keep
  the process in question locked as soon as we find it and determine it to
  be eligible until we actually kill it.  To avoid deadlock, we don't block
  on the process lock but skip any process that is already locked during our
  search.
  
  Revision  Changes    Path
  1.174     +19 -4     src/sys/vm/vm_pageout.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?200105172249.f4HMn9b55818>