Searched refs:qovld (Results 1 – 3 of 3) sorted by relevance
80 if (qovld != DEFAULT_RCU_QOVLD) in rcu_bootup_announce_oddness()81 pr_info("\tBoot-time adjustment of callback overload level to %ld.\n", qovld); in rcu_bootup_announce_oddness()
463 static long qovld = DEFAULT_RCU_QOVLD; // If this many pending, hammer QS. variable469 module_param(qovld, long, 0444);4737 if (qovld < 0) in rcu_init()4740 qovld_calc = qovld; in rcu_init()
4459 rcutree.qovld= [KNL]