Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/rcu/
Dtree.c2150 rdp->qlen_last_fqs_check = rcu_segcblist_n_cbs(&rdp->cblist); in rcu_do_batch()
2201 if (count == 0 && rdp->qlen_last_fqs_check != 0) { in rcu_do_batch()
2202 rdp->qlen_last_fqs_check = 0; in rcu_do_batch()
2204 } else if (count < rdp->qlen_last_fqs_check - qhimark) in rcu_do_batch()
2205 rdp->qlen_last_fqs_check = count; in rcu_do_batch()
2521 rdp->qlen_last_fqs_check + qhimark)) { in __call_rcu_core()
2536 rdp->qlen_last_fqs_check = rcu_segcblist_n_cbs(&rdp->cblist); in __call_rcu_core()
3025 rdp->qlen_last_fqs_check = 0; in rcutree_prepare_cpu()
Dtree.h171 long qlen_last_fqs_check; member
Dtree_plugin.h1891 rdp->qlen_last_fqs_check = len; in __call_rcu_nocb_wake()
1902 } else if (len > rdp->qlen_last_fqs_check + qhimark) { in __call_rcu_nocb_wake()
1904 rdp->qlen_last_fqs_check = len; in __call_rcu_nocb_wake()