Home
last modified time | relevance | path

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

/Linux-v5.10/kernel/rcu/
Dtree_plugin.h59 if (qlowmark != DEFAULT_RCU_QLOMARK) in rcu_bootup_announce_oddness()
60 pr_info("\tBoot-time adjustment of callback low-water mark to %ld.\n", qlowmark); in rcu_bootup_announce_oddness()
Dtree.c471 static long qlowmark = DEFAULT_RCU_QLOMARK; variable
479 module_param(qlowmark, long, 0444);
2519 if (rdp->blimit >= DEFAULT_MAX_RCU_BLIMIT && count <= qlowmark) in rcu_do_batch()
/Linux-v5.10/Documentation/admin-guide/
Dkernel-parameters.txt4158 rcutree.qlowmark= [KNL]