Re: [PATCH v8 -tip 03/26] sched: Core-wide rq->lock

From: Joel Fernandes
Date: Tue Oct 27 2020 - 12:28:33 EST


On Mon, Oct 26, 2020 at 12:59:27PM +0100, Peter Zijlstra wrote:
> On Mon, Oct 19, 2020 at 09:43:13PM -0400, Joel Fernandes (Google) wrote:
> > + if (!core_rq) {
> > + for_each_cpu(i, smt_mask) {
> > + rq = cpu_rq(i);
> > + if (rq->core && rq->core == rq)
> > + core_rq = rq;
> > + init_sched_core_irq_work(rq);
>
> That function doesn't exist quite yet.

Moved to the appropriate patch, sorry and thank you!

- Joel