Home
last modified time | relevance | path

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

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