Home
last modified time | relevance | path

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

/kernel/rcu/
Dtree.c2478 rdp->qlen_last_fqs_check = rcu_segcblist_n_cbs(&rdp->cblist); in rcu_do_batch()
2545 if (count == 0 && rdp->qlen_last_fqs_check != 0) { in rcu_do_batch()
2546 rdp->qlen_last_fqs_check = 0; in rcu_do_batch()
2548 } else if (count < rdp->qlen_last_fqs_check - qhimark) in rcu_do_batch()
2549 rdp->qlen_last_fqs_check = count; in rcu_do_batch()
2882 rdp->qlen_last_fqs_check + qhimark)) { in __call_rcu_core()
2897 rdp->qlen_last_fqs_check = rcu_segcblist_n_cbs(&rdp->cblist); in __call_rcu_core()
4032 rdp->qlen_last_fqs_check = 0; in rcutree_prepare_cpu()
Dtree.h175 long qlen_last_fqs_check; member
Dtree_plugin.h1890 rdp->qlen_last_fqs_check = len; in __call_rcu_nocb_wake()
1901 } else if (len > rdp->qlen_last_fqs_check + qhimark) { in __call_rcu_nocb_wake()
1903 rdp->qlen_last_fqs_check = len; in __call_rcu_nocb_wake()