Re: [Priority Inheritance] SCHED_FIFO or SCHED_RR?

From: Tadeus (Eus) Prastowo
Date: Sat Oct 01 2011 - 16:29:16 EST


On Sat, Oct 1, 2011 at 7:41 AM, Mike Galbraith <efault@xxxxxx> wrote:
> On Fri, 2011-09-30 at 21:12 +0200, Tadeus (Eus) Prastowo wrote:
>> > Why should a SCHED_NORMAL task inheriting the priority of a SCHED_RR
>> > task get the privilege of SCHED_FIFO task for running as long as it
>> > wishes even when the task giving the inheritance does not have such
>> > privilege?
>
> Existence of a critical section > slice would be the real problem, no?

No, it's not a problem because if a real-time system designer puts a
real-time task under SCHED_RR, he will calculate the length of the
critical section by taking into account the slice.

For the case of one SCHED_RR task sharing a critical section with one
SCHED_NORMAL task, the worst-case blocking time of the SCHED_RR task
is found by multiplying the critical section execution time taking
into account the slice by two.

> Â Â Â Â-Mike

--
Eus
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/