First page Back Continue Last page Summary Graphics
Default SMP Scheduler (DSS)
A global (mostly) unordered run queue
A list of currently running tasks (aligned_data)
Protected by a global spin lock
schedule() determines next task to run
reschedule_idle() looks for a CPU on which to run a newly awakened task
Notes: