Home
last modified time | relevance | path

Searched refs:qovld (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/kernel/rcu/
Dtree_plugin.h78 if (qovld != DEFAULT_RCU_QOVLD) in rcu_bootup_announce_oddness()
79 pr_info("\tBoot-time adjustment of callback overload level to %ld.\n", qovld); in rcu_bootup_announce_oddness()
Dtree.c387 static long qovld = DEFAULT_RCU_QOVLD; // If this many pending, hammer QS. variable
393 module_param(qovld, long, 0444);
5077 if (qovld < 0) in rcu_init()
5080 qovld_calc = qovld; in rcu_init()
/linux-6.6.21/Documentation/admin-guide/
Dkernel-parameters.txt4850 rcutree.qovld= [KNL]