Loading kernel/sched_rt.c +2 −2 Original line number Original line Diff line number Diff line Loading @@ -957,8 +957,8 @@ static void dequeue_task_rt(struct rq *rq, struct task_struct *p, int flags) } } /* /* * Put task to the end of the run list without the overhead of dequeue * Put task to the head or the end of the run list without the overhead of * followed by enqueue. * dequeue followed by enqueue. */ */ static void static void requeue_rt_entity(struct rt_rq *rt_rq, struct sched_rt_entity *rt_se, int head) requeue_rt_entity(struct rt_rq *rt_rq, struct sched_rt_entity *rt_se, int head) Loading Loading
kernel/sched_rt.c +2 −2 Original line number Original line Diff line number Diff line Loading @@ -957,8 +957,8 @@ static void dequeue_task_rt(struct rq *rq, struct task_struct *p, int flags) } } /* /* * Put task to the end of the run list without the overhead of dequeue * Put task to the head or the end of the run list without the overhead of * followed by enqueue. * dequeue followed by enqueue. */ */ static void static void requeue_rt_entity(struct rt_rq *rt_rq, struct sched_rt_entity *rt_se, int head) requeue_rt_entity(struct rt_rq *rt_rq, struct sched_rt_entity *rt_se, int head) Loading