Home
last modified time | relevance | path

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

/openbmc/linux/kernel/rcu/
H A Dtree.h202 long qlen_last_fqs_check; member
H A Dtree.c2169 rdp->qlen_last_fqs_check = rcu_segcblist_n_cbs(&rdp->cblist); in rcu_do_batch()
2239 if (count == 0 && rdp->qlen_last_fqs_check != 0) { in rcu_do_batch()
2240 rdp->qlen_last_fqs_check = 0; in rcu_do_batch()
2242 } else if (count < rdp->qlen_last_fqs_check - qhimark) in rcu_do_batch()
2243 rdp->qlen_last_fqs_check = count; in rcu_do_batch()
2617 rdp->qlen_last_fqs_check + qhimark)) { in __call_rcu_core()
2632 rdp->qlen_last_fqs_check = rcu_segcblist_n_cbs(&rdp->cblist); in __call_rcu_core()
4381 rdp->qlen_last_fqs_check = 0; in rcutree_prepare_cpu()
H A Dtree_nocb.h564 rdp->qlen_last_fqs_check = len; in __call_rcu_nocb_wake()
581 } else if (len > rdp->qlen_last_fqs_check + qhimark) { in __call_rcu_nocb_wake()
583 rdp->qlen_last_fqs_check = len; in __call_rcu_nocb_wake()
/openbmc/linux/Documentation/RCU/Design/Data-Structures/
H A DData-Structures.rst887 2 long qlen_last_fqs_check;
904 The ``->qlen_last_fqs_check`` and ``->n_force_qs_snap`` coordinate the