Searched refs:qhimark (Results 1 – 3 of 3) sorted by relevance
55 if (qhimark != DEFAULT_RCU_QHIMARK) in rcu_bootup_announce_oddness()56 pr_info("\tBoot-time adjustment of callback high-water mark to %ld.\n", qhimark); in rcu_bootup_announce_oddness()1815 ncbs >= qhimark) { in rcu_nocb_try_bypass()1902 } else if (len > rdp->qlen_last_fqs_check + qhimark) { in __call_rcu_nocb_wake()1969 bypass_ncbs > 2 * qhimark)) { in nocb_gp_wait()
409 static long qhimark = DEFAULT_RCU_QHIMARK; variable414 module_param(qhimark, long, 0444);2204 } else if (count < rdp->qlen_last_fqs_check - qhimark) in rcu_do_batch()2521 rdp->qlen_last_fqs_check + qhimark)) { in __call_rcu_core()
3900 rcutree.qhimark= [KNL]