Re: [PATCH] rcu: Reduce synchronize_rcu() delays when all wait heads are in use

From: Frederic Weisbecker
Date: Wed Mar 13 2024 - 19:22:43 EST


On Wed, Mar 13, 2024 at 11:19:08PM +0530, Neeraj Upadhyay wrote:
> Missed one point. We will continue initiating new GP until first node cb
> is processed, which can happen when a wait head becomes available.

Ah yes, I missed that indeed. Ok that seem to make sense.