Kernel Scheduler - CS 345 Wiki
Your task is to write a round-robin priority scheduler for the kernel. Your scheduler must implement the following interface: /** * initScheduler - do anything the scheduler needs ...
https://cswiki.cs.byu.edu/cs345/index.php/Kernel_Scheduler
Kernel Scheduler
The kernel-scheduling interface defines how the kernel coordinates thread scheduling with an OAL written for a particular hardware platform. The interface consists of several ...
http://msdn.microsoft.com/en-us/library/ms900330.aspx
linux-kernel:scheduler [Open Source @ Analog]
The 2.6 Kernel introduces some new (to Linux) scheduling concepts. In a quest to improve system performance and responsiveness several kernel systems have been reworked and improved
http://docs.blackfin.uclinux.org/doku.php?id=linux-kernel:scheduler
Kernel Scheduler
Kernel Scheduler. 1/5/2010 . The kernel-scheduling interface defines how the kernel coordinates thread ...
http://msdn.microsoft.com/en-us/library/ee479213.aspx
Linux Kernel Documentation :: scheduler : sched-design-CFS.txt
Based on kernel version 2.6.33. Page generated on 2010-02-24 15:36 EST. 1 ===== 2 CFS Scheduler 3 ===== 4 5 6 1. OVERVIEW 7 8 CFS stands for "Completely Fair Scheduler ...
http://www.mjmwired.net/kernel/Documentation/scheduler/sched-design-CFS.txt
Scheduler Activations: Effective Kernel Support for the User-Level ...
ACM Transactions on Computer Systems, Vol. 10, No. 1, February 1992, Pages 53-79. Scheduler Activations: Effective Kernel Support for the User-Level Management of Parallelism THOMAS E ...
http://www.cs.fsu.edu/~awang/courses/cop5611_s2006/active_scheduler.pdf
Linux Kernel Documentation
5 Kernel infrastructure 5.1 Process Scheduler 5.1.1 History of the Linux Process Scheduler. The original Linux process scheduler was a simple design based on a goodness() function that ...
http://kernel.org/doc/
Linux kernel 2.6 Scheduling
Design * 140 priority levels o The lower the value, higher is the priority o Eg : Priority level 110 will have a higher priority than 130. * Two priority-ordered 'priority-arrays' per CPU o ...
http://linux-bangalore.org/blug/meetings/200401/scheduler-2.6.pdf
Scheduler Activations: Effective Kernel Support for the User-Level ...
Scheduler Activations: Effective Kernel Support for the User-Level Management of Parallelism The presentation Discussion. The graphs in the paper could show confidence intervals, to ...
http://qstream.org/~krasic/cs508-2006/summaries/paper03/
Linux-Kernel Archive: kernel scheduler
I seem to remember various people bringing up the idea of changing the way that the scheduler works, and it being shot down quite a while back.
http://lkml.indiana.edu/hypermail/linux/kernel/9802.2/0029.html
|