commit | fa85ae2418e6843953107cd6a06f645752829bc0 | [log] [tgz] |
---|---|---|
author | Peter Zijlstra <a.p.zijlstra@chello.nl> | Fri Jan 25 21:08:29 2008 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Fri Jan 25 21:08:29 2008 +0100 |
tree | 004130ac471247a29d3f6adfbfe61c474e725779 | |
parent | 8f4d37ec073c17e2d4aa8851df5837d798606d6f [diff] |
sched: rt time limit Very simple time limit on the realtime scheduling classes. Allow the rq's realtime class to consume sched_rt_ratio of every sched_rt_period slice. If the class exceeds this quota the fair class will preempt the realtime class. Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl> Signed-off-by: Ingo Molnar <mingo@elte.hu>