summaryrefslogtreecommitdiffstats
path: root/sys/kern/sched_ule.c
Commit message (Expand)AuthorAgeFilesLines
* - Make some context switches conditional on SCHED_STRICT_RESCHED. This mayjeff2003-02-031-62/+146
* - Stop abusing oncpu for our cpu binding. Define a scheduler local elementjeff2003-02-031-11/+14
* Use hz if stathz is zero. Adopted from sched_4bsd.scottl2003-02-021-1/+3
* - Use ksq_load as the authoritive count of kses on the pair of kseqs forjeff2003-01-291-84/+79
* - Remove debugging code that didn't work on UP.jeff2003-01-291-44/+0
* - Allow idle's pctcpu time to be calculated.jeff2003-01-281-6/+6
* - Fix the ksq_load calculation. It now reflects the number of entries on thejeff2003-01-281-27/+134
* - Add the ule scheduler. This is intended to be a general purpose processjeff2003-01-261-0/+697
OpenPOWER on IntegriCloud