Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/rcu/
Dtree.c333 static long qhimark = 10000; /* If this many pending, ignore blimit. */ variable
337 module_param(qhimark, long, 0444);
2650 } else if (rdp->qlen < rdp->qlen_last_fqs_check - qhimark) in rcu_do_batch()
2925 if (unlikely(rdp->qlen > rdp->qlen_last_fqs_check + qhimark)) { in __call_rcu_core()
Dtree_plugin.h2002 } else if (len > rdp->qlen_last_fqs_check + qhimark) { in __call_rcu_nocb_enqueue()
/linux-4.1.27/Documentation/
Dkernel-parameters.txt3055 rcutree.qhimark= [KNL]