Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Apr 2003 16:29:28 -0800 (PST)
From:      Jeff Roberson <jeff@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern sched_ule.c
Message-ID:  <200304030029.h330TT4H045760@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jeff        2003/04/02 16:29:28 PST

  FreeBSD src repository

  Modified files:
    sys/kern             sched_ule.c 
  Log:
   - Keep seperate statistics and run queues for different scheduling classes.
   - Treat each class specially in kseq_{choose,add,rem}.  Let the rest of the
     code be less aware of scheduling classes.
   - Skip the interactivity calculation for non TIMESHARE ksegrps.
   - Move slice and runq selection into kseq_add().  Uninline it now that it's
     big.
  
  Revision  Changes    Path
  1.20      +134 -48   src/sys/kern/sched_ule.c



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