Re: [PATCH -next v2] sched/deadline: Add dl_task_is_earliest_deadline helper

From: Daniel Bristot de Oliveira
Date: Mon Aug 29 2022 - 03:35:44 EST


On 8/26/22 10:34, Shang XiaoJing wrote:
> Wrap repeated code in helper function dl_task_is_earliest_deadline, which
> return true if there is no deadline task on the rq at all, or task's
> deadline earlier than the whole rq.
>
> Signed-off-by: Shang XiaoJing <shangxiaojing@xxxxxxxxxx>

Reviewed-by: Daniel Bristot de Oliveira <bristot@xxxxxxxxxx>

-- Daniel