Home
last modified time | relevance | path

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

/linux/kernel/rcu/
H A Dtree_plugin.h79 if (qovld != DEFAULT_RCU_QOVLD) in rcu_bootup_announce_oddness()
80 pr_info("\tBoot-time adjustment of callback overload level to %ld.\n", qovld); in rcu_bootup_announce_oddness()
H A Dtree.c431 static long qovld = DEFAULT_RCU_QOVLD; // If this many pending, hammer QS. variable
437 module_param(qovld, long, 0444);
5734 if (qovld < 0) in rcu_init()
5737 qovld_calc = qovld; in rcu_init()
/linux/Documentation/admin-guide/
H A Dkernel-parameters.txt5106 rcutree.qovld= [KNL]