Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Jan 2010 18:15:10 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/vm vm_phys.c
Message-ID:  <201001251815.o0PIFQs2094036@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2010-01-25 18:15:10 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/vm               vm_phys.c 
  Log:
  SVN rev 202979 on 2010-01-25 18:15:10Z by jhb
  
  MFC 194607:
  Implement a mechanism within vm_phys_alloc_contig() to defer all necessary
  calls to vdrop() until after the free page queues lock is released.  This
  eliminates repeatedly releasing and reacquiring the free page queues lock
  each time the last cached page is reclaimed from a vnode-backed object.
  
  Approved by:    re (kib)
  
  Revision  Changes    Path
  1.4.2.4   +20 -9     src/sys/vm/vm_phys.c



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