Searched refs:qovld (Results 1 – 4 of 4) sorted by relevance
474 static long qovld = DEFAULT_RCU_QOVLD; // If this many pending, hammer QS. variable480 module_param(qovld, long, 0444);4567 if (qovld < 0) in rcu_init()4570 qovld_calc = qovld; in rcu_init()
61 if (qovld != DEFAULT_RCU_QOVLD) in rcu_bootup_announce_oddness()62 pr_info("\tBoot-time adjustment of callback overload level to %ld.\n", qovld); in rcu_bootup_announce_oddness()
4318 rcutree.qovld= [KNL]