qhimark           409 kernel/rcu/tree.c static long qhimark = DEFAULT_RCU_QHIMARK;
qhimark           414 kernel/rcu/tree.c module_param(qhimark, long, 0444);
qhimark          2205 kernel/rcu/tree.c 	} else if (count < rdp->qlen_last_fqs_check - qhimark)
qhimark          2522 kernel/rcu/tree.c 		     rdp->qlen_last_fqs_check + qhimark)) {
qhimark            55 kernel/rcu/tree_plugin.h 	if (qhimark != DEFAULT_RCU_QHIMARK)
qhimark            56 kernel/rcu/tree_plugin.h 		pr_info("\tBoot-time adjustment of callback high-water mark to %ld.\n", qhimark);
qhimark          1816 kernel/rcu/tree_plugin.h 	    ncbs >= qhimark) {
qhimark          1903 kernel/rcu/tree_plugin.h 	} else if (len > rdp->qlen_last_fqs_check + qhimark) {
qhimark          1970 kernel/rcu/tree_plugin.h 		     bypass_ncbs > 2 * qhimark)) {