Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Feb 1999 08:57:48 -0800 (PST)
From:      Bruce Evans <bde@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern kern_subr.c kern_synch.c src/sys/sys proc.h
Message-ID:  <199902221657.IAA91927@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         1999/02/22 08:57:48 PST

  Modified files:
    sys/kern             kern_subr.c kern_synch.c 
    sys/sys              proc.h 
  Log:
  Improved scheduling in uiomove(), etc.  resched_wanted() is true too
  often for it to be a good criterion for switching kernel cpu hogs --
  it is true after most wakeups.  Use the criterion "has been running
  for >= 2 quanta" instead.
  
  Revision  Changes    Path
  1.26      +6 -6      src/sys/kern/kern_subr.c
  1.73      +6 -1      src/sys/kern/kern_synch.c
  1.70      +3 -1      src/sys/sys/proc.h


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?199902221657.IAA91927>