Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/rcu/
Dtree_plugin.h101 if (qhimark != DEFAULT_RCU_QHIMARK) in rcu_bootup_announce_oddness()
102 pr_info("\tBoot-time adjustment of callback high-water mark to %ld.\n", qhimark); in rcu_bootup_announce_oddness()
2056 } else if (len > rdp->qlen_last_fqs_check + qhimark) { in __call_rcu_nocb_enqueue()
Dtree.c496 static long qhimark = DEFAULT_RCU_QHIMARK; variable
501 module_param(qhimark, long, 0444);
2607 } else if (count < rdp->qlen_last_fqs_check - qhimark) in rcu_do_batch()
2917 rdp->qlen_last_fqs_check + qhimark)) { in __call_rcu_core()
/Linux-v4.19/Documentation/admin-guide/
Dkernel-parameters.txt3635 rcutree.qhimark= [KNL]