On Thu, Nov 11, 2021 at 04:01:16PM -0500, Waiman Long wrote:
I meant simply calling rt_task(waiter->task) here, instead of mucking aboutWaiting for the timeout may introduce too much latency for RT task. That is+ if (has_handoff || (!waiter->rt_task &&Does ->rt_task really help over rt_task(current) ? I suppose there's an
+ !time_after(jiffies, waiter->timeout)))
argument for locality, but that should be pretty much it, no?
the only reason I am doing it. I can take it out if you think it is not
necessary.
with the extra variable.