Re: [PATCH v4 2/6] sched_ext: Implement scx_rq_clock_update/stale()

From: Changwoo Min
Date: Thu Dec 12 2024 - 20:16:37 EST


Hello,

On 24. 12. 11. 16:43, Tejun Heo wrote:
On Mon, Dec 09, 2024 at 03:15:27PM +0900, Changwoo Min wrote:
...
+static inline void scx_rq_clock_stale(struct rq *rq)

Would scx_rq_clock_expire() or scx_rq_clock_invalidate() be a better name?
Also, I'd roll this patch into the next one.

Thank you for the suggestion. I will change it to
scx_rq_clock_invalidate() in the next version.

Regards,
Changwoo Min