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.c418 static long qovld = DEFAULT_RCU_QOVLD; // If this many pending, hammer QS. variable
424 module_param(qovld, long, 0444);
5612 /* Fill in default value for rcutree.qovld boot parameter. */
5614 if (qovld < 0)
5617 qovld_calc = qovld;

Completed in 229 milliseconds