Re: Question: sched_rt.c : is RT check needed within a RT func? dequeue_task_rt() calls update_curr_rt() which checks for priority of RR or FIFO :

2007-08-09 Thread Dmitry Adamushko
On 09/08/07, Mitchell Erblich <[EMAIL PROTECTED]> wrote: > 1) * Possible wasted stats overhead during dequeue.. > sched_rt.c: > Is RT check needed within a RT func? > dequeue_task_rt() calls update_curr_rt() > which checks for priority of RR or FIFO. > [ ... ] > Thus, I think those two lines could

Question: sched_rt.c : is RT check needed within a RT func? dequeue_task_rt() calls update_curr_rt() which checks for priority of RR or FIFO :

2007-08-08 Thread Mitchell Erblich
1) * Possible wasted stats overhead during dequeue.. sched_rt.c: Is RT check needed within a RT func? dequeue_task_rt() calls update_curr_rt() which checks for priority of RR or FIFO. WITHIN.. static inline void update_curr_rt(struct rq *rq) are the two lines.. if (!task_has_rt_policy(curr))