commit | 4fd29176b7cd24909f8ceba2105cb3ae2857b90c | [log] [tgz] |
---|---|---|
author | Steven Rostedt <srostedt@redhat.com> | Fri Jan 25 21:08:06 2008 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Fri Jan 25 21:08:06 2008 +0100 |
tree | 2d83445de1d500cd3794a73e6d9d35b44444e259 | |
parent | e8fa136262e1121288bb93befe2295928ffd240d [diff] |
sched: add rt-overload tracking This patch adds an RT overload accounting system. When a runqueue has more than one RT task queued, it is marked as overloaded. That is that it is a candidate to have RT tasks pulled from it. Signed-off-by: Steven Rostedt <srostedt@redhat.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>