|
@@ -3308,20 +3308,23 @@ bytes respectively. Such letter suffixes can also be entirely omitted.
|
|
|
of synchronize_rcu(). This reduces latency,
|
|
|
but can increase CPU utilization, degrade
|
|
|
real-time latency, and degrade energy efficiency.
|
|
|
+ No effect on CONFIG_TINY_RCU kernels.
|
|
|
|
|
|
rcupdate.rcu_normal= [KNL]
|
|
|
Use only normal grace-period primitives,
|
|
|
for example, synchronize_rcu() instead of
|
|
|
synchronize_rcu_expedited(). This improves
|
|
|
- real-time latency, CPU utilization, and energy
|
|
|
- efficiency, but can expose users to increased
|
|
|
- grace-period latency. This parameter overrides
|
|
|
- rcupdate.rcu_expedited.
|
|
|
+ real-time latency, CPU utilization, and
|
|
|
+ energy efficiency, but can expose users to
|
|
|
+ increased grace-period latency. This parameter
|
|
|
+ overrides rcupdate.rcu_expedited. No effect on
|
|
|
+ CONFIG_TINY_RCU kernels.
|
|
|
|
|
|
rcupdate.rcu_normal_after_boot= [KNL]
|
|
|
Once boot has completed (that is, after
|
|
|
rcu_end_inkernel_boot() has been invoked), use
|
|
|
- only normal grace-period primitives.
|
|
|
+ only normal grace-period primitives. No effect
|
|
|
+ on CONFIG_TINY_RCU kernels.
|
|
|
|
|
|
rcupdate.rcu_task_stall_timeout= [KNL]
|
|
|
Set timeout in jiffies for RCU task stall warning
|