Searched refs:qovld (Results 1 - 2 of 2) sorted by relevance

/linux-master/kernel/rcu/
H A Dtree_plugin.h78 if (qovld != DEFAULT_RCU_QOVLD)
79 pr_info("\tBoot-time adjustment of callback overload level to %ld.\n", qovld);
H A Dtree.c387 static long qovld = DEFAULT_RCU_QOVLD; // If this many pending, hammer QS. variable
393 module_param(qovld, long, 0444);
5232 /* Fill in default value for rcutree.qovld boot parameter. */
5234 if (qovld < 0)
5237 qovld_calc = qovld;

Completed in 285 milliseconds