Home
last modified time | relevance | path

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

/linux-6.3-rc2/kernel/rcu/
A Dtree.h202 long qlen_last_fqs_check; member
A Dtree.c2092 rdp->qlen_last_fqs_check = rcu_segcblist_n_cbs(&rdp->cblist); in rcu_do_batch()
2157 if (count == 0 && rdp->qlen_last_fqs_check != 0) { in rcu_do_batch()
2158 rdp->qlen_last_fqs_check = 0; in rcu_do_batch()
2160 } else if (count < rdp->qlen_last_fqs_check - qhimark) in rcu_do_batch()
2161 rdp->qlen_last_fqs_check = count; in rcu_do_batch()
2526 rdp->qlen_last_fqs_check + qhimark)) { in __call_rcu_core()
2541 rdp->qlen_last_fqs_check = rcu_segcblist_n_cbs(&rdp->cblist); in __call_rcu_core()
4250 rdp->qlen_last_fqs_check = 0; in rcutree_prepare_cpu()
A 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-6.3-rc2/Documentation/RCU/Design/Data-Structures/
A DData-Structures.rst887 2 long qlen_last_fqs_check;
904 The ``->qlen_last_fqs_check`` and ``->n_force_qs_snap`` coordinate the

Completed in 17 milliseconds