summaryrefslogtreecommitdiffstats
path: root/sys/kern/sched_core.c
Commit message (Expand)AuthorAgeFilesLines
* Add user priority loaning code to support priority propagation fordavidxu2006-08-251-6/+61
* Fix a bug when accumulating run time, if a thread calls yield() syscall,davidxu2006-06-291-5/+5
* Fix system load count (noticed by dephij). Remove incorrectdavidxu2006-06-291-6/+1
* Remove unused function declaration.davidxu2006-06-291-4/+2
* Remove load balancer code, since it has serious priority inversion problemdavidxu2006-06-291-1011/+413
* Add scheduler API sched_relinquish(), the API is used to implementdavidxu2006-06-151-0/+15
* Clear ke_runq before calling maybe_preempt, this avoids adavidxu2006-06-141-0/+2
* Fox a typo in sched_is_timeshare.davidxu2006-06-131-1/+1
* Pass boolean value to __predict_false. Try to keep KSE slot countdavidxu2006-06-131-2/+2
* Add scheduler CORE, the work I have done half a year ago, recent,davidxu2006-06-131-0/+2329
OpenPOWER on IntegriCloud