First page Back Continue Last page Summary Graphics
MQ: What is it?
One runqueue for each CPU
Each runqueue has a separate lock
Tasks are associated with runqueues based on their processor value (task struct)
A special realtime runqueue is defined
- All realtime tasks are associated with this runqueue irregardless of processor value
Notes: