Home
last modified time | relevance | path

Searched refs:qlowmark (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/kernel/rcu/
H A Dtree_plugin.h76 if (qlowmark != DEFAULT_RCU_QLOMARK) in rcu_bootup_announce_oddness()
77 pr_info("\tBoot-time adjustment of callback low-water mark to %ld.\n", qlowmark); in rcu_bootup_announce_oddness()
H A Dtree.c384 static long qlowmark = DEFAULT_RCU_QLOMARK; variable
392 module_param(qlowmark, long, 0444);
2234 if (rdp->blimit >= DEFAULT_MAX_RCU_BLIMIT && count <= qlowmark) in rcu_do_batch()
/openbmc/linux/Documentation/admin-guide/
H A Dkernel-parameters.txt4872 rcutree.qlowmark= [KNL]