Home
last modified time | relevance | path

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

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