Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/rcu/
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()
Dtree.c408 static long qlowmark = DEFAULT_RCU_QLOMARK; variable
416 module_param(qlowmark, long, 0444);
2291 if (rdp->blimit >= DEFAULT_MAX_RCU_BLIMIT && count <= qlowmark) in rcu_do_batch()
/linux-6.1.9/Documentation/admin-guide/
Dkernel-parameters.txt4792 rcutree.qlowmark= [KNL]