Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/rcu/
H A Dtree.c474 static long qovld = DEFAULT_RCU_QOVLD; // If this many pending, hammer QS. variable
480 module_param(qovld, long, 0444);
4567 if (qovld < 0) in rcu_init()
4570 qovld_calc = qovld; in rcu_init()
H A Dtree_plugin.h61 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()
/OK3568_Linux_fs/buildroot/output/OK3568/target/usr/lib/modules/5.10.160/
H A Dmodules.builtin.modinfo
/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A Dkernel-parameters.txt4318 rcutree.qovld= [KNL]