Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/rcu/
Dtree.c388 static long qhimark = 10000; /* If this many pending, ignore blimit. */ variable
392 module_param(qhimark, long, 0444);
2731 } else if (rdp->qlen < rdp->qlen_last_fqs_check - qhimark) in rcu_do_batch()
2999 if (unlikely(rdp->qlen > rdp->qlen_last_fqs_check + qhimark)) { in __call_rcu_core()
Dtree_plugin.h1967 } else if (len > rdp->qlen_last_fqs_check + qhimark) { in __call_rcu_nocb_enqueue()
/linux-4.4.14/Documentation/
Dkernel-parameters.txt3158 rcutree.qhimark= [KNL]