cvs commit: src/sys/kern sched_ule.c

Jeff Roberson jeff at FreeBSD.org
Tue Jun 1 22:46:54 PDT 2004


jeff        2004/06/01 22:46:48 PDT

  FreeBSD src repository

  Modified files:
    sys/kern             sched_ule.c 
  Log:
   - Run sched_balance() and sched_balance_groups() from hardclock via
     sched_clock() rather than using callouts.  This means we no longer have to
     take the load of the callout thread into consideration while balancing and
     should make the balancing decisions simpler and more accurate.
  
  Tested on:      x86/UP, amd64/SMP
  
  Revision  Changes    Path
  1.106     +21 -38    src/sys/kern/sched_ule.c


More information about the cvs-src mailing list