From owner-cvs-all Sat Oct 20 6:10:49 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id ADD8437B401; Sat, 20 Oct 2001 06:10:44 -0700 (PDT) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9KDAi332543; Sat, 20 Oct 2001 06:10:44 -0700 (PDT) (envelope-from iedowse) Message-Id: <200110201310.f9KDAi332543@freefall.freebsd.org> From: Ian Dowse Date: Sat, 20 Oct 2001 06:10:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_synch.c src/sys/vm vm_extern.h vm_meter.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG iedowse 2001/10/20 06:10:44 PDT Modified files: sys/kern kern_synch.c sys/vm vm_extern.h vm_meter.c Log: Move the code that computes the system load average from vm_meter.c to kern_synch.c in preparation for adding some jitter to the inter-sample time. Note that the "vm.loadavg" sysctl still lives in vm_meter.c which isn't the right place, but it is appropriate for the current (bad) name of that sysctl. Suggested by: jhb (some time ago) Reviewed by: bde Revision Changes Path 1.163 +50 -4 src/sys/kern/kern_synch.c 1.50 +1 -2 src/sys/vm/vm_extern.h 1.60 +1 -56 src/sys/vm/vm_meter.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message