aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/vmmeter.h
Commit message (Expand)AuthorAgeFilesLines
* Correct the description of v_cache_count. Eliminate an unused function.Alan Cox2008-07-191-12/+1
* Change the management of cached pages (PQ_CACHE) in two fundamentalAlan Cox2007-09-251-2/+2
* Add a counter for the total number of pages cached and support forAlan Cox2007-07-271-0/+1
* Optimize vmmeter locking.Attilio Rao2007-06-101-50/+56
* Revert VMCNT_* operations introduction.Attilio Rao2007-05-311-24/+9
* - rename VMCNT_DEC to VMCNT_SUB to reflect the count argument.Jeff Roberson2007-05-201-1/+1
* - define and use VMCNT_{GET,SET,ADD,SUB,PTR} macros for manipulatingJeff Roberson2007-05-181-9/+24
* - Revert signedness type changes to "struct vmtotal"; by makingRuslan Ermilov2006-11-281-14/+14
* - Fix types of "struct vmmeter" members so they are unsigned.Ruslan Ermilov2006-11-201-14/+14
* Remove remnants of PGINPROF.Tim J. Robbins2004-06-081-38/+0
* Remove advertising clause from University of California Regent's license,Warner Losh2004-04-071-4/+0
* - It's more accurate to say that vm_paging_needed() returns TRUEAlan Cox2003-02-021-1/+1
* Make a structure definition slightly more style(9) compliant (makesBrian S. Dean2002-06-011-2/+1
* Add mibs to hold the number of forks since boot. New mibs are:Hajimu UMEMOTO2001-01-231-0/+11
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-1/+1
* Reviewed by: Alan Cox <alc@cs.rice.edu>, David Greenman <dg@root.com>Matthew Dillon1999-09-171-0/+86
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Reviewed by: Matthew Dillon <dillon@apollo.backplane.com>Alan Cox1999-02-251-2/+2
* Adjust idle zero-page fill hysteresis based on tests. Use 2/3 and 4/5Matthew Dillon1999-02-081-2/+2
* Make vm_fault much cleaner by removing the evil macro inlines, andJohn Dyson1998-03-071-1/+3
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Merge in Lite2: use machine-independent types.Jeffrey Hsu1996-03-111-60/+61
* Eliminate sloppy common-style declarations. There should be none left forBruce Evans1995-07-291-2/+2
* Removed the poorly named unused bogus common variable `total'. It wasBruce Evans1995-07-291-4/+1
* Removed (almost) meaningless "object cache lookups/hits" statistic. InDavid Greenman1995-03-251-4/+2
* Removed cnt.v_nzfod: In our current scheme of things it is not possibleDavid Greenman1995-03-251-3/+1
* Added v_interrupt_free_min to cnt struct.David Greenman1995-02-221-1/+2
* These changes embody the support of the fully coherent merged VM buffer cache,David Greenman1995-01-091-1/+5
* Fix the remaining vmmeter counters. They all now work correctly.David Greenman1994-10-181-3/+4
* 1) Some of the counters in the vmmeter struct don't fit well into the Mach VMDavid Greenman1994-10-151-10/+9
* Made them all idempotent.Paul Richards1994-08-211-1/+6
* Added $Id$David Greenman1994-08-021-0/+1
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.Rodney W. Grimes1994-05-251-0/+2
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+147