Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Oct 2001 06:10:44 -0700 (PDT)
From:      Ian Dowse <iedowse@FreeBSD.org>
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
Message-ID:  <200110201310.f9KDAi332543@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




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