Dmitry Adamushko
326587b840
sched: fix goto retry in pick_next_task_rt()
...
looking at it one more time:
(1) it looks to me that there is no need to call
sched_rt_ratio_exceeded() from pick_next_rt_entity()
- [ for CONFIG_FAIR_GROUP_SCHED ] queues with rt_rq->rt_throttled are
not within this 'tree-like hierarchy' (or whatever we should call it
:-)
- there is also no need to re-check 'rt_rq->rt_time > ratio' at this
point as 'rt_rq->rt_time' couldn't have been increased since the last
call to update_curr_rt() (which obviously calls
sched_rt_ratio_esceeded())
well, it might be that 'ratio' for this rt_rq has been re-configured
(and the period over which this rt_rq was active has not yet been
finished)... but I don't think we should really take this into
account.
(2) now pick_next_rt_entity() must never return NULL, so let's change
pick_next_task_rt() accordingly.
Signed-off-by: Dmitry Adamushko <dmitry.adamushko@gmail.com >
Signed-off-by: Ingo Molnar <mingo@elte.hu >
2008-01-25 21:08:34 +01:00
..
2007-12-18 18:05:58 +01:00
2008-01-24 20:40:25 -08:00
2008-01-25 21:08:31 +01:00
2008-01-07 14:55:37 -08:00
2007-10-21 02:37:45 -04:00
2007-10-21 02:37:45 -04:00
2007-10-21 02:37:45 -04:00
2007-10-21 02:37:45 -04:00
2007-10-22 19:40:02 -07:00
2007-10-19 11:53:41 -07:00
2007-10-19 11:53:36 -07:00
2007-11-14 18:45:37 -08:00
2007-10-18 15:12:41 -07:00
2007-05-09 12:30:49 -07:00
2008-01-25 21:08:02 +01:00
2008-01-25 21:08:02 +01:00
2007-10-18 14:37:28 -07:00
2007-10-18 14:37:24 -07:00
2007-10-18 14:37:26 -07:00
2007-11-29 09:24:55 -08:00
2006-05-15 11:20:55 -07:00
2008-01-25 21:08:30 +01:00
2007-11-09 16:13:08 -08:00
2008-01-08 16:21:39 -08:00
2008-01-25 21:08:32 +01:00
2007-10-18 14:37:26 -07:00
2007-11-29 09:24:54 -08:00
2008-01-25 21:08:29 +01:00
2007-12-06 09:41:12 -08:00
2008-01-25 21:08:33 +01:00
2008-01-08 16:10:36 -08:00
2007-07-16 09:05:50 -07:00
2008-01-17 15:38:59 -08:00
2007-10-16 09:43:10 -07:00
2008-01-24 20:40:40 -08:00
2008-01-25 21:08:33 +01:00
2006-12-04 02:00:22 -05:00
2006-12-07 08:39:43 -08:00
2007-10-11 22:11:11 +02:00
2008-01-25 21:08:02 +01:00
2008-01-25 21:08:24 +01:00
2007-11-14 18:45:40 -08:00
2008-01-25 21:08:33 +01:00
2007-02-14 08:09:54 -08:00
2006-07-03 15:27:01 -07:00
2007-10-11 22:11:12 +02:00
2006-07-03 15:27:04 -07:00
2007-10-19 11:53:34 -07:00
2007-10-19 11:53:37 -07:00
2007-10-19 11:53:39 -07:00
2007-12-20 15:01:17 +01:00
2008-01-24 20:40:39 -08:00
2007-11-14 18:45:43 -08:00
2008-01-25 21:08:32 +01:00
2007-10-19 11:53:40 -07:00
2008-01-25 21:07:59 +01:00
2008-01-25 21:08:33 +01:00
2008-01-25 08:31:39 +01:00
2008-01-25 21:08:24 +01:00
2008-01-25 21:08:24 +01:00
2008-01-25 21:08:24 +01:00
2008-01-25 21:08:25 +01:00
2008-01-25 21:08:02 +01:00
2007-10-18 14:37:24 -07:00
2007-11-14 18:45:39 -08:00
2007-07-16 09:05:49 -07:00
2007-10-19 11:53:43 -07:00
2006-07-03 15:27:01 -07:00
2008-01-24 20:40:40 -08:00
2007-10-19 11:53:43 -07:00
2006-07-03 15:27:01 -07:00
2007-12-18 15:21:13 +01:00
2008-01-25 21:08:34 +01:00
2008-01-25 21:08:29 +01:00
2008-01-25 21:08:29 +01:00
2008-01-25 21:08:34 +01:00
2007-11-28 15:52:56 +01:00
2008-01-25 21:08:34 +01:00
2007-07-16 09:05:50 -07:00
2007-11-12 16:05:23 -08:00
2007-10-10 16:49:18 -07:00
2008-01-25 21:08:02 +01:00
2007-07-19 10:04:49 -07:00
2006-10-04 07:55:30 -07:00
2006-07-03 15:27:02 -07:00
2008-01-25 21:08:02 +01:00
2007-10-30 21:29:56 -07:00
2007-11-17 16:27:00 +01:00
2007-12-17 19:28:17 -08:00
2008-01-25 21:08:29 +01:00
2007-11-14 18:45:44 -08:00
2007-10-18 14:37:24 -07:00
2008-01-25 21:08:31 +01:00
2007-10-18 14:37:28 -07:00
2007-05-08 11:15:07 -07:00
2007-09-19 11:24:18 -07:00
2008-01-25 21:08:26 +01:00
2007-11-29 09:24:53 -08:00
2007-09-19 11:24:17 -07:00
2007-05-09 08:57:56 +02:00
2008-01-25 21:08:02 +01:00