rcu_boost: always without delay

Simultaneously improves interactivity and power efficiency

[Flopster101: This also invalidates any value set by RCU_BOOST_DELAY.]
Signed-off-by: Nahuel Gómez <nahuelgomez329@gmail.com>
This commit is contained in:
John Galt 2024-04-30 22:11:19 -04:00 committed by Ksawlii
parent 17cc903017
commit bfd895a6cc

View file

@ -1122,7 +1122,7 @@ static bool rcu_is_callbacks_kthread(void)
*/
static void rcu_preempt_boost_start_gp(struct rcu_node *rnp)
{
rnp->boost_time = jiffies + RCU_BOOST_DELAY_JIFFIES;
rnp->boost_time = jiffies;
}
/*