Home
last modified time | relevance | path

Searched refs:rcu_normal_after_boot (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/kernel/rcu/
H A Dupdate.c59 static int rcu_normal_after_boot; variable
60 module_param(rcu_normal_after_boot, int, 0);
196 if (rcu_normal_after_boot) in rcu_end_inkernel_boot()
589 else if (rcu_normal_after_boot) in rcupdate_announce_bootup_oddness()
590 pr_info("\tNo expedited grace period (rcu_normal_after_boot).\n"); in rcupdate_announce_bootup_oddness()
/kernel/linux/linux-6.6/kernel/rcu/
H A Dupdate.c59 static int rcu_normal_after_boot = IS_ENABLED(CONFIG_PREEMPT_RT); variable
61 module_param(rcu_normal_after_boot, int, 0444);
236 if (rcu_normal_after_boot) in rcu_end_inkernel_boot()
660 else if (rcu_normal_after_boot) in rcupdate_announce_bootup_oddness()
661 pr_info("\tNo expedited grace period (rcu_normal_after_boot).\n"); in rcupdate_announce_bootup_oddness()

Completed in 3 milliseconds