Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Feb 1995 02:27:30 -0800
From:      David Greenman <davidg>
To:        CVS-commiters, cvs-sys
Subject:   cvs commit: src/sys/vm vm_page.c vm_pageout.c
Message-ID:  <199502221027.CAA04948@freefall.cdrom.com>

next in thread | raw e-mail | index | archive | help
davidg      95/02/22 02:27:27

  Modified:    sys/vm   vm_page.c vm_pageout.c
  Log:
  vm_page.c:
  Use request==VM_ALLOC_NORMAL rather than object!=kmem_object in deciding
  if the caller is "important" in vm_page_alloc(). Also established a new
  low threshold for non-interrupt allocations via cnt.v_interrupt_free_min.
  
  vm_pageout.c:
  Various algorithmic cleanup. Some calculations simplified. Initialize
  cnt.v_interrupt_free_min to 2 pages.
  
  Submitted by:	John Dyson



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