Searched refs:qhimark (Results 1 – 2 of 2) sorted by relevance
214 static long qhimark = 10000; /* If this many pending, ignore blimit. */ variable218 module_param(qhimark, long, 0444);2115 } else if (rdp->qlen < rdp->qlen_last_fqs_check - qhimark) in rcu_do_batch()2358 if (unlikely(rdp->qlen > rdp->qlen_last_fqs_check + qhimark)) { in __call_rcu_core()
2094 } else if (len > rdp->qlen_last_fqs_check + qhimark) { in __call_rcu_nocb_enqueue()