Home
last modified time | relevance | path

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

/Linux-v5.10/kernel/rcu/
Dtree.h174 long qlen_last_fqs_check; member
Dtree.c2460 rdp->qlen_last_fqs_check = rcu_segcblist_n_cbs(&rdp->cblist); in rcu_do_batch()
2523 if (count == 0 && rdp->qlen_last_fqs_check != 0) { in rcu_do_batch()
2524 rdp->qlen_last_fqs_check = 0; in rcu_do_batch()
2526 } else if (count < rdp->qlen_last_fqs_check - qhimark) in rcu_do_batch()
2527 rdp->qlen_last_fqs_check = count; in rcu_do_batch()
2859 rdp->qlen_last_fqs_check + qhimark)) { in __call_rcu_core()
2874 rdp->qlen_last_fqs_check = rcu_segcblist_n_cbs(&rdp->cblist); in __call_rcu_core()
3944 rdp->qlen_last_fqs_check = 0; in rcutree_prepare_cpu()
Dtree_plugin.h1884 rdp->qlen_last_fqs_check = len; in __call_rcu_nocb_wake()
1895 } else if (len > rdp->qlen_last_fqs_check + qhimark) { in __call_rcu_nocb_wake()
1897 rdp->qlen_last_fqs_check = len; in __call_rcu_nocb_wake()
/Linux-v5.10/Documentation/RCU/Design/Data-Structures/
DData-Structures.rst887 2 long qlen_last_fqs_check;
904 The ``->qlen_last_fqs_check`` and ``->n_force_qs_snap`` coordinate the