Home
last modified time | relevance | path

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

/Linux-v6.6/kernel/rcu/
Dtree.h202 long qlen_last_fqs_check; member
Dtree.c2119 rdp->qlen_last_fqs_check = rcu_segcblist_n_cbs(&rdp->cblist); in rcu_do_batch()
2188 if (count == 0 && rdp->qlen_last_fqs_check != 0) { in rcu_do_batch()
2189 rdp->qlen_last_fqs_check = 0; in rcu_do_batch()
2191 } else if (count < rdp->qlen_last_fqs_check - qhimark) in rcu_do_batch()
2192 rdp->qlen_last_fqs_check = count; in rcu_do_batch()
2557 rdp->qlen_last_fqs_check + qhimark)) { in __call_rcu_core()
2572 rdp->qlen_last_fqs_check = rcu_segcblist_n_cbs(&rdp->cblist); in __call_rcu_core()
4306 rdp->qlen_last_fqs_check = 0; in rcutree_prepare_cpu()
Dtree_nocb.h583 rdp->qlen_last_fqs_check = len; in __call_rcu_nocb_wake()
600 } else if (len > rdp->qlen_last_fqs_check + qhimark) { in __call_rcu_nocb_wake()
602 rdp->qlen_last_fqs_check = len; in __call_rcu_nocb_wake()
/Linux-v6.6/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