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