Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/rcu/
Dtree.c2728 if (rdp->qlen == 0 && rdp->qlen_last_fqs_check != 0) { in rcu_do_batch()
2729 rdp->qlen_last_fqs_check = 0; in rcu_do_batch()
2731 } else if (rdp->qlen < rdp->qlen_last_fqs_check - qhimark) in rcu_do_batch()
2732 rdp->qlen_last_fqs_check = rdp->qlen; in rcu_do_batch()
2999 if (unlikely(rdp->qlen > rdp->qlen_last_fqs_check + qhimark)) { in __call_rcu_core()
3021 rdp->qlen_last_fqs_check = rdp->qlen; in __call_rcu_core()
4183 rdp->qlen_last_fqs_check = 0; in rcu_init_percpu_data()
Dtree.h349 long qlen_last_fqs_check; member
Dtree_plugin.h1966 rdp->qlen_last_fqs_check = 0; in __call_rcu_nocb_enqueue()
1967 } else if (len > rdp->qlen_last_fqs_check + qhimark) { in __call_rcu_nocb_enqueue()
1978 rdp->qlen_last_fqs_check = LONG_MAX / 2; in __call_rcu_nocb_enqueue()