Searched refs:qhimark (Results 1 – 3 of 3) sorted by relevance
333 static long qhimark = 10000; /* If this many pending, ignore blimit. */ variable337 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()
2002 } else if (len > rdp->qlen_last_fqs_check + qhimark) { in __call_rcu_nocb_enqueue()
3055 rcutree.qhimark= [KNL]