Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/rcu/
Dtree.h209 long qlen_last_fqs_check; member
Dtree.c2604 if (count == 0 && rdp->qlen_last_fqs_check != 0) { in rcu_do_batch()
2605 rdp->qlen_last_fqs_check = 0; in rcu_do_batch()
2607 } else if (count < rdp->qlen_last_fqs_check - qhimark) in rcu_do_batch()
2608 rdp->qlen_last_fqs_check = count; in rcu_do_batch()
2917 rdp->qlen_last_fqs_check + qhimark)) { in __call_rcu_core()
2932 rdp->qlen_last_fqs_check = rcu_segcblist_n_cbs(&rdp->cblist); in __call_rcu_core()
3571 rdp->qlen_last_fqs_check = 0; in rcu_init_percpu_data()
Dtree_plugin.h2055 rdp->qlen_last_fqs_check = 0; in __call_rcu_nocb_enqueue()
2056 } else if (len > rdp->qlen_last_fqs_check + qhimark) { in __call_rcu_nocb_enqueue()
2066 rdp->qlen_last_fqs_check = LONG_MAX / 2; in __call_rcu_nocb_enqueue()