Home
last modified time | relevance | path

Searched refs:qlen_last_fqs_check (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/kernel/rcu/
Dtree.c2647 if (rdp->qlen == 0 && rdp->qlen_last_fqs_check != 0) { in rcu_do_batch()
2648 rdp->qlen_last_fqs_check = 0; in rcu_do_batch()
2650 } else if (rdp->qlen < rdp->qlen_last_fqs_check - qhimark) in rcu_do_batch()
2651 rdp->qlen_last_fqs_check = rdp->qlen; in rcu_do_batch()
2925 if (unlikely(rdp->qlen > rdp->qlen_last_fqs_check + qhimark)) { in __call_rcu_core()
2947 rdp->qlen_last_fqs_check = rdp->qlen; in __call_rcu_core()
3759 rdp->qlen_last_fqs_check = 0; in rcu_init_percpu_data()
Dtree.h306 long qlen_last_fqs_check; member
Dtree_plugin.h2001 rdp->qlen_last_fqs_check = 0; in __call_rcu_nocb_enqueue()
2002 } else if (len > rdp->qlen_last_fqs_check + qhimark) { in __call_rcu_nocb_enqueue()
2013 rdp->qlen_last_fqs_check = LONG_MAX / 2; in __call_rcu_nocb_enqueue()