Re: [PATCH v2 1/2] sched/fair: reuse the ENQUEUE_DELAYED calculation in enqueue_task_fair()
From: Kayra Cizmeci
Date: Wed Aug 26 2026 - 14:45:03 EST
> Maybe wakeup_delayed but all of this should be optimized by compiler
> at the end and a big ENQUEUE_DELAYED is better for humans who are
> reading the code no?
Can't we rename it and use it in both places? If not then using ENQUEUE_DELAYED
is better since the approach remains the same in both places, no?
Thanks,
Kayra